Enum AnnotationType

Available annotation types.

Namespace: PSPDFKit.Pdf.Annotation
Assembly: PSPDFKit.dll
Syntax
public enum AnnotationType

Fields

Name Description
Ellipse

An ellipse shape.

Highlight

Highlight markup annotation.

Image

An image annotation.

Ink

Display free hand drawings on a page.

Line

A line shape.

Triggers an action when clicked.

Note

A text note that will be rendered inside the bounding box.

Polygon

A polygon shape.

Polyline

A polyline shape.

Rectangle

A rectangle shape.

Redaction

A redaction annotation.

Squiggly

Squiggly markup annotation.

Stamp

A stamp annotation.

Strikeout

Strike out markup annotation.

Text

Free form text that will be rendered inside the bounding box.

Underline

Underline markup annotation.

Widget

A widget annotations is part of PDF forms and used to position form elements. Currently read-only.

See Also