Back to Devexpress

PdfCommentViewerSettings.CommentViewerState Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfcommentviewersettings-44e4bb90.md

latest2.2 KB
Original Source

PdfCommentViewerSettings.CommentViewerState Property

Specifies the comment viewer visible state. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public PdfCommentViewerState CommentViewerState { get; set; }
vb
Public Property CommentViewerState As PdfCommentViewerState

Property Value

TypeDescription
PdfCommentViewerState

One of the PdfCommentViewerState values. The default value is Collapsed.

|

Available values:

NameDescription
Collapsed

The comment viewer is collapsed.

| | Visible |

The comment viewer is visible.

| | Expanded |

The comment viewer is expanded.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CommentViewerState
PdfViewerControl

.ActualCommentViewerSettings .CommentViewerState

| | PdfViewerControl |

.CommentViewerSettings .CommentViewerState

|

Remarks

To specify the comment viewer visible state after loading a PDF document with annotations, use the PdfCommentViewerSettings.CommentViewerInitialState property.

See Also

PdfCommentViewerSettings Class

PdfCommentViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace