PdfViewer.CommentFilterAuthors Property
Obtains a collection of annotation author names.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v26.1.dll
Declaration
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