Skip to content

a11ydocs v1.7.0


a11ydocs / BmpImageOptions

Interface: BmpImageOptions

Defined in: src/types.ts:2206

Options for placing BMP images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2216
heightnumberHeight in PDF points.src/types.ts:2214
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2224
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2220
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2218
widthnumberWidth in PDF points.src/types.ts:2212
xnumberHorizontal position in PDF points.src/types.ts:2208
ynumberVertical position in PDF points.src/types.ts:2210

Released under the ISC license.