Skip to main content

Interface: FreeTextAnnotationOptions

Options for creating a free-text annotation.

Properties

PropertyTypeDescription
borderWidth?numberAnnotation or field border width in PDF points.
color?ColorInputColor used for drawing, text, or highlighting.
font?FontNameFont used to render text.
fontSize?numberFont size in PDF points.
heightnumberHeight in PDF points.
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.
textstringText content to render or inspect.
widthnumberWidth in PDF points.
xnumberHorizontal position in PDF points.
ynumberVertical position in PDF points.