Skip to content

zeropdf v1.3.0


zeropdf / FreeTextAnnotationOptions

Interface: FreeTextAnnotationOptions

Defined in: src/types.ts:2460

Options for creating a free-text annotation.

Properties

PropertyTypeDescriptionDefined in
borderWidth?numberAnnotation or field border width in PDF points.src/types.ts:2478
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:2476
font?FontNameFont used to render text.src/types.ts:2472
fontSize?numberFont size in PDF points.src/types.ts:2474
heightnumberHeight in PDF points.src/types.ts:2468
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2482
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2480
textstringText content to render or inspect.src/types.ts:2470
widthnumberWidth in PDF points.src/types.ts:2466
xnumberHorizontal position in PDF points.src/types.ts:2462
ynumberVertical position in PDF points.src/types.ts:2464

Released under the ISC license.