Appearance
zeropdf / Jp2ImageOptions
Interface: Jp2ImageOptions
Defined in: src/types.ts:2261
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:2271 |
height | number | Height in PDF points. | src/types.ts:2269 |
iccProfile? | BinaryData | ICC profile bytes used to tag the image's color space as ICCBased. | src/types.ts:2279 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2275 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2273 |
width | number | Width in PDF points. | src/types.ts:2267 |
x | number | Horizontal position in PDF points. | src/types.ts:2263 |
y | number | Vertical position in PDF points. | src/types.ts:2265 |