Appearance
a11ydocs / Jbig2ImageOptions
Interface: Jbig2ImageOptions
Defined in: src/types.ts:2230
Options for placing JBIG2 images on a page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2240 |
height | number | Height in PDF points. | src/types.ts:2238 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2244 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2242 |
width | number | Width in PDF points. | src/types.ts:2236 |
x | number | Horizontal position in PDF points. | src/types.ts:2232 |
y | number | Vertical position in PDF points. | src/types.ts:2234 |