Skip to main content
A newer version of this page is available. .
All docs
V21.1

PdfViewer.CommentFilter Property

Obtains filter options for annotations and comments.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PdfViewer

Declaration

[Browsable(false)]
public PdfCommentFilter CommentFilter { get; }

Property Value

Type Description
PdfCommentFilter

An object that contains comment filter options.

See Also