Skip to content

zeropdf v1.3.0


zeropdf / Jbig2ImageOptions

Interface: Jbig2ImageOptions

Defined in: src/types.ts:2176

Options for placing JBIG2 images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2186
heightnumberHeight in PDF points.src/types.ts:2184
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2190
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2188
widthnumberWidth in PDF points.src/types.ts:2182
xnumberHorizontal position in PDF points.src/types.ts:2178
ynumberVertical position in PDF points.src/types.ts:2180

Released under the ISC license.