Back to Devexpress

PdfViewerControl.CommentFilterAuthors Property

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

latest1.5 KB
Original Source

PdfViewerControl.CommentFilterAuthors Property

Obtains a collection annotation author names. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public IReadOnlyCollection<string> CommentFilterAuthors { get; }
vb
Public ReadOnly Property CommentFilterAuthors As IReadOnlyCollection(Of String)

Property Value

TypeDescription
IReadOnlyCollection<String>

A list of annotation authors.

|

Remarks

Use this property to retrieve a list of annotation authors. You can add the required name to the filter, accessible by the PdfCommentFilter.Authors property.

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace