AnnotationType Enum
Represents the types of annotations that can be added to a PDF document.
export declare enum AnnotationType
Remarks
This enum defines the various annotation types supported by the PDF viewer.
Fields
| FREETEXT | Represents a free text annotation. |
| ESIGNATURE | Represents an electronic signature annotation. |
| HANDDRAWING | Represents a hand drawing annotation. |