TImageEnIO.ReplaceStreamTIFF
Declaration
function ReplaceStreamTIFF(Stream: TStream): integer;
Description
Save the current image into the specified multi-page TIFF file, replacing the image at the index specified by
Params.
TIFF_ImageIndex.
Note: The Stream position must be at the beginning of the TIFF content.
See Also
◼ReplaceFileTIFF
◼InsertToStreamTIFF
◼LoadFromStreamTIFF
◼SaveToStreamTIFF
◼TIFF_ImageIndex
◼TIFF_ImageCount
◼EnumTIFFStream (Image Count)
◼InsertTIFFImageStream
◼Global Image Methods