Description Deletes an image from the TIFF file named lpszFileName. Does all low level calls internally in the DLL. To retrieve the last error, use the TiffErrorString().
Syntax RetVal = [BITIFF.]DeleteTiffImage lpszFileName nImage bFast
Returns RetVal Boolean TRUE on success, otherwise FALSE.
Remarks lpszFileName Stirng Path to the TIFF file.
nImage Integer The zero based position to delete the image at.
bFast Boolean If TRUE, Document Imaging SDK uses the fast deleting method. Otherwise the slow one is used.
See Also InsertTiffImage Method, ReorderTiffFile Method