Skip to content

zeropdf v1.3.0


zeropdf / GifImageOptions

Interface: GifImageOptions

Defined in: src/types.ts:2309

Options for placing GIF images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2319
heightnumberHeight in PDF points.src/types.ts:2317
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2327
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2323
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2321
widthnumberWidth in PDF points.src/types.ts:2315
xnumberHorizontal position in PDF points.src/types.ts:2311
ynumberVertical position in PDF points.src/types.ts:2313

Released under the ISC license.