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
| Name | Purpose |
|---|---|
Image | Input used by AddImageFromTIFF |
Compression | Input used by AddImageFromTIFF |
Return value
Returns an Integer value
Usage notes
- Use this API in the image embedding workflow before the affected page, resource, field, or catalog object is finalised
- Keep object names, field names, resource names, and returned handles stable until the document is finalised