Declaration
function DeleteTIFFImGroup(const FileName: WideString; Indexes: array of integer): Integer;
Description
Removes the specified group of pages from the specified file. Indexes is an array of page indexes to remove.
Returns the remaining number of frames that the file contains. If the FileName doesn't exists or doesn't contain images, it returns 0.
// Delete the first three images from a tiff file
DeleteTIFFImGroup('C:\multipage.tiff', [0,1,2] );
See Also
◼DeleteTIFFIm◼InsertTIFFImageFile◼InsertToFileTIFF◼ReplaceFileTIFF◼EnumTIFFIm (Image Count)
◼Global Image Methods