PdfSoundAnnotation.FilterType Property
In This Article
Gets the type into which the annotation falls in the Type filter.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public override PdfFilterAnnotationType FilterType { get; }
#Property Value
Type | Description |
---|---|
Pdf |
An enumeration value that indicates the annotation type. |
Available values:
Show 18 items
Name | Description |
---|---|
Text | Text annotation. |
Free |
Free text annotation. |
Line | Line annotation. |
Square | Rectangle annotation. |
Circle | Circle annotation. |
Polygon | Polygon annotation. |
Poly |
Polyline annotation. |
Highlight | Text highlight. |
Underline | Text underline. |
Squiggly | Text squiggly underline. |
Strike |
Text strikeout. |
Stamp | Stamp annotation. |
Caret | Insertion caret. |
Ink | Ink annotation (a freehand “scribble” composed of one or more disjoint paths). |
File |
File attachment. |
Sound | Audio attachment. |
Redact | Redaction annotation. |
Custom | Custom annotation. |
See Also