Annotation Interface
Represents an annotation in a PDF document.
export declare interface Annotation
Fields
pageIndex
Gets the index of the page where this annotation is located.
readonly pageIndex: number;
Remarks
This value represents the zero-based index of the page in the PDF document.
type
Gets the type of this annotation.
readonly type: AnnotationType;
Field Value
Remarks
The annotation type categorizes the annotation (e.g. e-signature).
name
Gets the name or title of this annotation.
readonly name: string;
Remarks
This is typically a short descriptive label for the annotation.
description
Gets the description or content of this annotation.
readonly description: string;
Remarks
This contains the main text or content associated with the annotation.