Back to Devexpress

PdfViewerControl.HasComments Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-e2632348.md

latest1.1 KB
Original Source

PdfViewerControl.HasComments Property

Indicates whether the PDF document contains annotations and comments. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

TypeDescription
Boolean

true, if the document has comments (the Comments pane is visible); otherwise, false.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace