Appearance
zeropdf / GifImageOptions
Interface: GifImageOptions
Defined in: src/types.ts:2309
Options for placing GIF images on a page.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
altText? | string | Alternate text for tagged non-text content. | src/types.ts:2319 |
height | number | Height in PDF points. | src/types.ts:2317 |
iccProfile? | BinaryData | ICC profile bytes used to tag the image's color space as ICCBased. | src/types.ts:2327 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:2323 |
tag? | | PdfFigureStructureTag | "Artifact" | Structure tag used for tagged PDF output. | src/types.ts:2321 |
width | number | Width in PDF points. | src/types.ts:2315 |
x | number | Horizontal position in PDF points. | src/types.ts:2311 |
y | number | Vertical position in PDF points. | src/types.ts:2313 |