Skip to content

a11ydocs v1.7.0


a11ydocs / GifImageOptions

Interface: GifImageOptions

Defined in: src/types.ts:2363

Options for placing GIF images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2373
heightnumberHeight in PDF points.src/types.ts:2371
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2381
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2377
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2375
widthnumberWidth in PDF points.src/types.ts:2369
xnumberHorizontal position in PDF points.src/types.ts:2365
ynumberVertical position in PDF points.src/types.ts:2367

Released under the ISC license.