Skip to content

zeropdf v1.3.0


zeropdf / NoteAnnotationOptions

Interface: NoteAnnotationOptions

Defined in: src/types.ts:2438

Options for creating a text note annotation.

Properties

PropertyTypeDescriptionDefined in
contentsstringAnnotation contents text.src/types.ts:2448
height?numberHeight in PDF points.src/types.ts:2446
open?booleanWhether the note annotation is initially open.src/types.ts:2450
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2454
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2452
width?numberWidth in PDF points.src/types.ts:2444
xnumberHorizontal position in PDF points.src/types.ts:2440
ynumberVertical position in PDF points.src/types.ts:2442

Released under the ISC license.