Skip to content

zeropdf v1.3.0


zeropdf / TiffImageOptions

Interface: TiffImageOptions

Defined in: src/types.ts:2236

Options for placing TIFF images on a page.

Properties

PropertyTypeDescriptionDefined in
altText?stringAlternate text for tagged non-text content.src/types.ts:2246
heightnumberHeight in PDF points.src/types.ts:2244
iccProfile?BinaryDataICC profile bytes used to tag the image's color space as ICCBased.src/types.ts:2254
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:2250
tag?| PdfFigureStructureTag | "Artifact"Structure tag used for tagged PDF output.src/types.ts:2248
widthnumberWidth in PDF points.src/types.ts:2242
xnumberHorizontal position in PDF points.src/types.ts:2238
ynumberVertical position in PDF points.src/types.ts:2240

Released under the ISC license.