Skip to content

zeropdf v1.5.5


zeropdf / PngImageOptions

Interface: PngImageOptions

Defined in: src/types.ts:2153

Options for placing PNG images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2163
heightnumberHeight in PDF points.src/types.ts:2161
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2171
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2167
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2165
widthnumberWidth in PDF points.src/types.ts:2159
xnumberHorizontal position in PDF points.src/types.ts:2155
ynumberVertical position in PDF points.src/types.ts:2157

Released under the ISC license.