Back to Devexpress

PdfAnnotationFacade.Type Property

officefileapi-devexpress-dot-pdf-dot-pdfannotationfacade-0bfa1d2e.md

latest2.2 KB
Original Source

PdfAnnotationFacade.Type Property

Returns the annotation type.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfAnnotationType Type { get; }
vb
Public ReadOnly Property Type As PdfAnnotationType

Property Value

TypeDescription
PdfAnnotationType

The annotation type.

|

Available values:

Show 25 items

NameDescription
Link

Link annotation.

| | Widget |

Widget annotation.

| | Text |

Text annotation.

| | TextMarkup |

Text markup annotation.

| | Line |

Line annotation.

| | Polygon |

Polygon annotation.

| | PolyLine |

Polyline annotation.

| | Square |

Rectangle annotation.

| | Circle |

Circle annotation.

| | FileAttachment |

File attachment.

| | FreeText |

Free text annotation.

| | Ink |

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

| | Redaction |

Redaction annotation.

| | RubberStamp |

Stamp annotation.

| | Sound |

Audio attachment.

| | Caret |

Insertion caret.

| | Movie |

Video attachment.

| | Popup |

Pop-up annotation.

| | Screen |

Screen annotation (a page region on which to play media clips).

| | PrinterMark |

Printer’s mark annotation (a symbol added to a page to maintain consistent output during production).

| | TrapNet |

Trap network (a set of trapping instructions for the page) annotation.

| | Watermark |

Watermark annotation.

| | Annotation3D |

3D annotation.

| | RichMedia |

Rich Media annotation (SWF files and and enhanced rich media attachments).

| | Custom |

Custom annotation.

|

See Also

PdfAnnotationFacade Class

PdfAnnotationFacade Members

DevExpress.Pdf Namespace