sempdf
sempdf v1.9.1Interfaces

Interface: HighlightAnnotationOptions

sempdf v1.9.1


sempdf / HighlightAnnotationOptions

Defined in: src/types.ts:2998

Options for creating a URI link annotation.

Properties

PropertyTypeDescriptionDefined in
color?ColorInputColor used for drawing, text, or highlighting.src/types.ts:3008
heightnumberHeight in PDF points.src/types.ts:3006
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:3012
tag?AnnotTagOrArtifactStructure tag used for tagged PDF output.src/types.ts:3010
widthnumberWidth in PDF points.src/types.ts:3004
xnumberHorizontal position in PDF points.src/types.ts:3000
ynumberVertical position in PDF points.src/types.ts:3002

On this page