Skip to main content
All docs
V23.2

PdfViewer.CommentFilterAuthors Property

Obtains a collection of annotation author names.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

[Browsable(false)]
public IReadOnlyCollection<string> CommentFilterAuthors { get; }

Property Value

Type Description
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