sempdf v1.9.1Interfaces
Interface: NoteAnnotationOptions
sempdf / NoteAnnotationOptions
Defined in: src/types.ts:3083
Options for creating a text note annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
contents | string | Annotation contents text. | src/types.ts:3093 |
height? | number | Height in PDF points. | src/types.ts:3091 |
open? | boolean | Whether the note annotation is initially open. | src/types.ts:3095 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:3099 |
tag? | AnnotTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:3097 |
width? | number | Width in PDF points. | src/types.ts:3089 |
x | number | Horizontal position in PDF points. | src/types.ts:3085 |
y | number | Vertical position in PDF points. | src/types.ts:3087 |