Declaration
procedure InsertTIFFImageStream(SourceStream, InsertingStream, OutStream: TStream; idx: Integer);
Description
Inserts the TIFF stream
InsertingStream into
SourceStream, saving the result to OutStream.
Idx is the page where to insert the file.
As both source and destination images are not de-compressed the operation is very quick.
Note:
◼Both streams must be TIFFs and have the same byte order. You can check it by reading the image parameters and checking
TIFF_ByteOrder property
◼Raises an exception on failure
See Also
◼InsertTIFFImageFile
◼ExtractTIFFImageStream
◼EnumTIFFStream (Image Count)
◼DeleteTIFFImGroup
◼DeleteTIFFIm
◼Global Image Methods
◼LoadFromStreamTIFF
◼InsertToStreamTIFF
◼ReplaceStreamTIFF
◼SaveToStreamTIFF