Appearance
zeropdf / JpegImageOptions
Interface: JpegImageOptions
Defined in: src/types.ts:2102
Options for placing JPEG images on a page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2112 |
height | number | Height in PDF points. | src/types.ts:2110 |
iccProfile? | BinaryData | ICC profile bytes used to tag the image's color space as ICCBased (ISO 32000-2 § 8.6.5.5). When provided, the image's ColorSpace becomes [/ICCBased ref] referencing the embedded profile stream. | src/types.ts:2122 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2116 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2114 |
width | number | Width in PDF points. | src/types.ts:2108 |
x | number | Horizontal position in PDF points. | src/types.ts:2104 |
y | number | Vertical position in PDF points. | src/types.ts:2106 |