Skip to content

Annotation

@scaryterry/pdfium


Defined in: src/core/types.ts:501

Represents a single annotation on a PDF page.

readonly bounds: Rect

Defined in: src/core/types.ts:507

The bounding rectangle in page coordinates.


readonly colour: Colour | null

Defined in: src/core/types.ts:509

The annotation colour, or null if not set.


readonly index: number

Defined in: src/core/types.ts:503

Zero-based index of the annotation on its page.


readonly type: AnnotationType

Defined in: src/core/types.ts:505

The annotation subtype.