Skip to content

zeropdf v1.3.0


zeropdf / HighlightAnnotationOptions

Interface: HighlightAnnotationOptions

Defined in: src/types.ts:2353

Options for creating a URI link annotation.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:2363
heightnumberHeight in PDF points.src/types.ts:2361
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2367
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2365
widthnumberWidth in PDF points.src/types.ts:2359
xnumberHorizontal position in PDF points.src/types.ts:2355
ynumberVertical position in PDF points.src/types.ts:2357

Released under the ISC license.