Skip to content

zeropdf v1.3.0


zeropdf / BmpImageOptions

Interface: BmpImageOptions

Defined in: src/types.ts:2152

Options for placing BMP images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2162
heightnumberHeight in PDF points.src/types.ts:2160
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2170
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2166
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2164
widthnumberWidth in PDF points.src/types.ts:2158
xnumberHorizontal position in PDF points.src/types.ts:2154
ynumberVertical position in PDF points.src/types.ts:2156

Released under the ISC license.