Skip to main content
All docs
V23.2

PdfCommentFilter Members

Contains filters that can be applied to annotations.

Constructors

Name Description
PdfCommentFilter() Initializes a new instance of the PdfCommentFilter class.

Properties

Name Description
Authors Retrieves a list of authors whose annotations should be displayed.
Checked Specifies whether to show checked annotations.
HideAll Specifies whether to hide all annotations and comments.
NoneStatus Specifies whether to show annotations whose review status is None.
SearchText Gets or sets the text used to filter annotations.
Statuses Retrieves a list of statuses by which to filter the annotations.
Types Retrieves a list of types by which to filter the annotations.

Methods

Name Description
Clear() Clears all applied filters.
ClearWithoutNotification() Clears all applied filters without notification.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
FilterChanged Fires when the filter has been changed.
See Also