Skip to content

a11ydocs v1.7.0


a11ydocs / JpegImageOptions

Interface: JpegImageOptions

Defined in: src/types.ts:2156

Options for placing JPEG images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2166
heightnumberHeight in PDF points.src/types.ts:2164
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased (ISO 32000-2 § 8.6.5.5). When provided, the image's ColorSpace becomes [/ICCBased ref] referencing the embedded profile stream.src/types.ts:2176
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2170
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2168
widthnumberWidth in PDF points.src/types.ts:2162
xnumberHorizontal position in PDF points.src/types.ts:2158
ynumberVertical position in PDF points.src/types.ts:2160

Released under the ISC license.