Skip to content

a11ydocs v1.7.0


a11ydocs / HighlightAnnotationOptions

Interface: HighlightAnnotationOptions

Defined in: src/types.ts:2407

Options for creating a URI link annotation.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:2417
heightnumberHeight in PDF points.src/types.ts:2415
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2421
tag?"Annot" | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2419
widthnumberWidth in PDF points.src/types.ts:2413
xnumberHorizontal position in PDF points.src/types.ts:2409
ynumberVertical position in PDF points.src/types.ts:2411

Released under the ISC license.