Back to Devexpress

PdfViewer.CommentFilterAuthors Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-024dbd40.md

latest1.5 KB
Original Source

PdfViewer.CommentFilterAuthors Property

Obtains a collection of annotation author names.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

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

Property Value

TypeDescription
IReadOnlyCollection<String>

A list of annotation authors.

|

Remarks

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

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace