Appearance
a11ydocs / Jp2ImageOptions
Interface: Jp2ImageOptions
Defined in: src/types.ts:2315
Options for placing JPEG 2000 (JP2) images on a page. PDF spec supports JPXDecode filter for JPEG 2000 image data.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2325 |
height | number | Height in PDF points. | src/types.ts:2323 |
iccProfile? | BinaryData | ICC profile bytes used to tag the image's color space as ICCBased. | src/types.ts:2333 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2329 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2327 |
width | number | Width in PDF points. | src/types.ts:2321 |
x | number | Horizontal position in PDF points. | src/types.ts:2317 |
y | number | Vertical position in PDF points. | src/types.ts:2319 |