Back to Devexpress

PdfCommentViewerSettings.ActualHideAfterUse Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-fddd6628.md

latest1.7 KB
Original Source

PdfCommentViewerSettings.ActualHideAfterUse Property

Gets the actual value of the comment viewer panel visibility after various actions with annotations.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool ActualHideAfterUse { get; }
vb
Public ReadOnly Property ActualHideAfterUse As Boolean

Property Value

TypeDescription
Boolean

true, if the comments panel is hidden after use; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ActualHideAfterUse
PdfViewerControl

.ActualCommentViewerSettings .ActualHideAfterUse

| | PdfViewerControl |

.CommentViewerSettings .ActualHideAfterUse

|

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace