Skip to content

a11ydocs v1.7.0


a11ydocs / WebpImageOptions

Interface: WebpImageOptions

Defined in: src/types.ts:2339

Options for placing WebP images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2349
heightnumberHeight in PDF points.src/types.ts:2347
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2357
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2353
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2351
widthnumberWidth in PDF points.src/types.ts:2345
xnumberHorizontal position in PDF points.src/types.ts:2341
ynumberVertical position in PDF points.src/types.ts:2343

Released under the ISC license.