ImageEn, unit iexClasses

TIETIFFHandler.InsertTIFFFile

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.


Example

// Adds a tiff file at the start of the existing file
handler.InsertTIFFStream( 'C:\NewTiff.tiff', 0 );