Declaration
procedure ExtractTIFFImageFile(const SourceFileName, OutFileName: WideString; idx: Integer);
Description
Extracts the page, idx, (starting at 0) from SourceFileName and saves it to OutFileName.
It doesn't remove the page from source file; also it doesn't decompress the image resulting in a very quick process.
ExtractTIFFImageFile( 'input_multipage.tif' , 'page0.tif', 0 ); // extract first page
See Also
◼ExtractTIFFImageStream◼EnumTIFFIm (Image Count)
◼DeleteTIFFImGroup◼DeleteTIFFIm◼InsertTIFFImageFile◼Global Image Methods◼LoadFromFileTIFF◼InsertToFileTIFF◼ReplaceFileTIFF◼SaveToFileTIFF