ImageEn, unit iexClasses

TIETIFFHandler.InsertPageAsFile

TIETIFFHandler.InsertPageAsFile


Declaration

function InsertPageAsFile(const FileName: string; pageIndex: integer): boolean;


Description

Inserts a supported file format (jpeg, bmp, ..) at the specified page index

Note: The first page has pageIndex of 0.


Example

// Adds a JPEG file at the start of the TIFF file
handler.InsertTIFFStream( 'C:\Heading.jpeg', 0 );