THotPDF.AddImageFromTIFF Method

Adds image from tiff data to the image embedding workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

function AddImageFromTIFF(Image: TBitmap; Compression: THPDFImageCompressionType): Integer;

Unit

HPDFDoc

Parameters

NamePurpose
ImageInput used by AddImageFromTIFF
CompressionInput used by AddImageFromTIFF

Return value

Returns an Integer value

Usage notes

Related APIs