Description Loads the specified image from a TIFF file.
Syntax Dib = [BITIFF.]LoadTiffIntoDIB FileName Image Dialog
Remarks Dib LONGLONG The device independent bitmap. 0 if error occurred.
FileName String The file name of a TIFF format file.
Image Integer The number of the image. The image count begins at 0.
The nth image, or page number, for multi page images. Numbering is zero based, for example: Page 2 would be referenced as ‘1’
Dialog Boolean Displays a dialog that contains general information about the image, like date, size and compression.
True Enables to display dialog box.
False Prevents to display dialog box.
See Also SaveDIBInTiffFormat Method
Note: This method does not free the DIB. Call the DropDIB method to free up the DIB