sempdf
sempdf v1.9.1Interfaces

Interface: FreeTextAnnotationOptions

sempdf v1.9.1


sempdf / FreeTextAnnotationOptions

Defined in: src/types.ts:3105

Options for creating a free-text annotation.

Properties

PropertyTypeDescriptionDefined in
borderWidth?numberAnnotation or field border width in PDF points.src/types.ts:3123
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:3121
font?FontNameFont used to render text.src/types.ts:3117
fontSize?numberFont size in PDF points.src/types.ts:3119
heightnumberHeight in PDF points.src/types.ts:3113
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:3127
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.src/types.ts:3125
textstringText content to render or inspect.src/types.ts:3115
widthnumberWidth in PDF points.src/types.ts:3111
xnumberHorizontal position in PDF points.src/types.ts:3107
ynumberVertical position in PDF points.src/types.ts:3109

On this page