Appearance
zeropdf / NoteAnnotationOptions
Interface: NoteAnnotationOptions
Defined in: src/types.ts:2438
Options for creating a text note annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
contents | string | Annotation contents text. | src/types.ts:2448 |
height? | number | Height in PDF points. | src/types.ts:2446 |
open? | boolean | Whether the note annotation is initially open. | src/types.ts:2450 |
structure? | PdfStructureOptions | Additional 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? | number | Width in PDF points. | src/types.ts:2444 |
x | number | Horizontal position in PDF points. | src/types.ts:2440 |
y | number | Vertical position in PDF points. | src/types.ts:2442 |