AddTIFFImageFromString
Version history
This function is not available from Quick PDF Library version 7.11 and was deprecated in earlier versions.
The AddImageFromString, AddImageFromStream or AddImageFromVariant functions should be used instead.
Description
Adds a TIFF image from a file to the selected document.
Definition
function AddTIFFImageFromString(Source As String, Length As Long,
Page As Long) As Long
Parameters
Source | The TIFF data to add to the document. |
Length | The length of the source data. This is only used with the DLL version of the library. This value is ignored in the Delphi and ActiveX versions of the library. |
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. |