TIETIFFHandler.InsertPageAsStream
Declaration
function InsertPageAsStream(Stream: TStream; pageIndex: integer): boolean;
Description
Inserts a supported file format (jpeg, bmp, ..) at the specified page index.
Note: The first page has pageIndex of 0.
// Adds a JPEG stream at the start of the TIFF file
handler.InsertTIFFStream( Stream, 0 );