Skip to content

a11ydocs v1.7.0


a11ydocs / TiffImageOptions

Interface: TiffImageOptions

Defined in: src/types.ts:2290

Options for placing TIFF images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2300
heightnumberHeight in PDF points.src/types.ts:2298
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2308
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2304
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2302
widthnumberWidth in PDF points.src/types.ts:2296
xnumberHorizontal position in PDF points.src/types.ts:2292
ynumberVertical position in PDF points.src/types.ts:2294

Released under the ISC license.