Skip to content

a11ydocs v1.7.0


a11ydocs / Jp2ImageOptions

Interface: Jp2ImageOptions

Defined in: src/types.ts:2315

Options for placing JPEG 2000 (JP2) images on a page. PDF spec supports JPXDecode filter for JPEG 2000 image data.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2325
heightnumberHeight in PDF points.src/types.ts:2323
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2333
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2329
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2327
widthnumberWidth in PDF points.src/types.ts:2321
xnumberHorizontal position in PDF points.src/types.ts:2317
ynumberVertical position in PDF points.src/types.ts:2319

Released under the ISC license.