Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

PdfFilterAnnotationType Enum

Lists values that indicate the annotation type used in the filter.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public enum PdfFilterAnnotationType

Members

Name Description
Text

Text annotation.

FreeText

Free text annotation.

Line

Line annotation.

Square

Rectangle annotation.

Circle

Circle annotation.

Polygon

Polygon annotation.

PolyLine

Polyline annotation.

Highlight

Text highlight.

Underline

Text underline.

Squiggly

Text squiggly underline.

StrikeOut

Text strikeout.

Stamp

Stamp annotation.

Caret

Insertion caret.

Ink

Ink annotation (a freehand “scribble” composed of one or more disjoint paths).

FileAttachment

File attachment.

Sound

Audio attachment.

Redact

Redaction annotation.

Custom

Custom annotation.

See Also