Skip to content

a11ydocs v1.7.0


a11ydocs / PngImageOptions

Interface: PngImageOptions

Defined in: src/types.ts:2182

Options for placing PNG images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2192
heightnumberHeight in PDF points.src/types.ts:2190
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2200
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2196
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2194
widthnumberWidth in PDF points.src/types.ts:2188
xnumberHorizontal position in PDF points.src/types.ts:2184
ynumberVertical position in PDF points.src/types.ts:2186

Released under the ISC license.