Interface: NoteAnnotationOptions
Options for creating a text note annotation.
Properties
| Property | Type | Description |
|---|---|---|
contents | string | Annotation contents text. |
height? | number | Height in PDF points. |
open? | boolean | Whether the note annotation is initially open. |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. |
width? | number | Width in PDF points. |
x | number | Horizontal position in PDF points. |
y | number | Vertical position in PDF points. |