Declaration
function EnumTIFFIm(const FileName: WideString): Integer;
Description
Returns the number of frames (images) that the specified file contains.
If the FileName doesn't exist or doesn't contain images, it returns 0.
n := EnumTIFFIm('C:\multipage.tif' );
See Also
◼EnumTIFFStream
◼DeleteTIFFImGroup
◼DeleteTIFFIm
◼ExtractTIFFImageFile
◼InsertTIFFImageFile
◼Global Image Methods
◼InsertToFileTIFF
◼ReplaceFileTIFF