Interface: FreeTextAnnotationOptions
Options for creating a free-text annotation.
Properties
| Property | Type | Description |
|---|---|---|
borderWidth? | number | Annotation or field border width in PDF points. |
color? | ColorInput | Color used for drawing, text, or highlighting. |
font? | FontName | Font used to render text. |
fontSize? | number | Font size in PDF points. |
height | number | Height in PDF points. |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. |
tag? | "Annot" | "Artifact" | Structure tag used for tagged PDF output. |
text | string | Text content to render or inspect. |
width | number | Width in PDF points. |
x | number | Horizontal position in PDF points. |
y | number | Vertical position in PDF points. |