sempdf v1.9.1Interfaces
Interface: FreeTextAnnotationOptions
sempdf / FreeTextAnnotationOptions
Defined in: src/types.ts:3105
Options for creating a free-text annotation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. | src/types.ts:3123 |
color? | ColorInput | Color used for drawing, text, or highlighting. | src/types.ts:3121 |
font? | FontName | Font used to render text. | src/types.ts:3117 |
fontSize? | number | Font size in PDF points. | src/types.ts:3119 |
height | number | Height in PDF points. | src/types.ts:3113 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:3127 |
tag? | AnnotTagOrArtifact | Structure tag used for tagged PDF output. | src/types.ts:3125 |
text | string | Text content to render or inspect. | src/types.ts:3115 |
width | number | Width in PDF points. | src/types.ts:3111 |
x | number | Horizontal position in PDF points. | src/types.ts:3107 |
y | number | Vertical position in PDF points. | src/types.ts:3109 |