Back to Devexpress

PdfTextAnnotation.FilterType Property

officefileapi-devexpress-dot-pdf-dot-pdftextannotation.md

latest1.9 KB
Original Source

PdfTextAnnotation.FilterType Property

Gets the type into which the annotation falls in the Type filter.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public override PdfFilterAnnotationType FilterType { get; }
vb
Public Overrides ReadOnly Property FilterType As PdfFilterAnnotationType

Property Value

TypeDescription
PdfFilterAnnotationType

An enumeration value that indicates the annotation type.

|

Available values:

Show 18 items

NameDescription
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

PdfTextAnnotation Class

PdfTextAnnotation Members

DevExpress.Pdf Namespace