TIETIFFHandler.InsertTIFFFile
Declaration
function InsertTIFFFile(const FileName: string; pageIndex: integer): boolean;
Description
Inserts a TIFF (even multipage TIFFs) at specified page index.
Note:
◼The first page has pageIndex of 0.
◼The two TIFFs must have the same byte order.
// Adds a tiff file at the start of the existing file
handler.InsertTIFFStream( 'C:\NewTiff.tiff', 0 );