Annotation
Defined in: src/core/types.ts:499
Represents a single annotation on a PDF page.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”bounds
Section titled “bounds”
readonlybounds:Rect
Defined in: src/core/types.ts:505
The bounding rectangle in page coordinates.
colour
Section titled “colour”
readonlycolour:Colour|null
Defined in: src/core/types.ts:507
The annotation colour, or null if not set.
readonlyindex:number
Defined in: src/core/types.ts:501
Zero-based index of the annotation on its page.
readonlytype:AnnotationType
Defined in: src/core/types.ts:503
The annotation subtype.