TIETIFFHandler.InsertTIFFStream
Declaration
function InsertTIFFStream(Stream: TStream; pageIndex: integer): boolean;
Description
Inserts a TIFF (even multipage TIFFs) at the specified page index.
Note:
◼The first page has pageIndex of 0.
◼The two TIFFs must have the same byte order.
// Adds a tiff stream at the start of the existing file
handler.InsertTIFFStream( aStream, 0 );