Skip to content

a11ydocs v1.7.0


a11ydocs / Jbig2ImageOptions

Interface: Jbig2ImageOptions

Defined in: src/types.ts:2230

Options for placing JBIG2 images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2240
heightnumberHeight in PDF points.src/types.ts:2238
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2244
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2242
widthnumberWidth in PDF points.src/types.ts:2236
xnumberHorizontal position in PDF points.src/types.ts:2232
ynumberVertical position in PDF points.src/types.ts:2234

Released under the ISC license.