Appearance
zeropdf / PngImageOptions
Interface: PngImageOptions
Defined in: src/types.ts:2153
Options for placing PNG images on a page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2163 |
height | number | Height in PDF points. | src/types.ts:2161 |
iccProfile? | BinaryData | ICC profile bytes used to tag the image's color space as ICCBased. | src/types.ts:2171 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2167 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2165 |
width | number | Width in PDF points. | src/types.ts:2159 |
x | number | Horizontal position in PDF points. | src/types.ts:2155 |
y | number | Vertical position in PDF points. | src/types.ts:2157 |