Skip to content

Annotation

@scaryterry/pdfium


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

Represents a single annotation on a PDF page.

readonly bounds: Rect

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

The bounding rectangle in page coordinates.


readonly colour: Colour | null

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

The annotation colour, or null if not set.


readonly index: number

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

Zero-based index of the annotation on its page.


readonly type: AnnotationType

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

The annotation subtype.