AddTIFFImageFromFile
Version history
This function is not available from Quick PDF Library version 7.11 and was deprecated in earlier versions.
The AddImageFromFile function should be used instead.
Description
Adds a TIFF image from a file to the selected document.
Definition
function AddTIFFImageFromFile(FileName As String, Page As Long) As Long
Parameters
| FileName | The file name of the TIFF image to add to the PDF file. |
| Page | Specifies the page to load for a multi-page image. For single page images set this to 1. |
Returns
| 0 | The specified image could not be added. |
| Non-zero | The ID of the added image is returned. This ID can be used later with the SelectImage, DrawImage or DrawScaledImage functions. |