Skip to content

ExtendedAnnotation

@scaryterry/pdfium


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

Extended annotation information with additional details.

optional author: string

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

Author/title if available.


readonly bounds: Rect

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

The bounding rectangle in page coordinates.

Annotation.bounds


readonly colour: Colour | null

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

The annotation colour, or null if not set.

Annotation.colour


optional contents: string

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

Contents/subject text if available.


optional creationDate: string

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

Creation date if available.


flags: AnnotationFlags

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

Annotation flags.


readonly index: number

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

Zero-based index of the annotation on its page.

Annotation.index


optional modificationDate: string

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

Modification date if available.


readonly type: AnnotationType

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

The annotation subtype.

Annotation.type