Appearance
a11ydocs / TiffImageOptions
Interface: TiffImageOptions
Defined in: src/types.ts:2290
Options for placing TIFF images on a page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2300 |
height | number | Height in PDF points. | src/types.ts:2298 |
iccProfile? | BinaryData | ICC profile bytes used to tag the image's color space as ICCBased. | src/types.ts:2308 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2304 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2302 |
width | number | Width in PDF points. | src/types.ts:2296 |
x | number | Horizontal position in PDF points. | src/types.ts:2292 |
y | number | Vertical position in PDF points. | src/types.ts:2294 |