PdfViewer.CommentFilterAuthors Property
Obtains a collection of annotation author names.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
[Browsable(false)]
public IReadOnlyCollection<string> CommentFilterAuthors { get; }
#Property Value
Type | Description |
---|---|
IRead |
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.