Description:
A TIFF file can contain multiple images within a single TIFF file. Each image is stored in a frame. This function will return the number of frames within a single file. This function is often used together with the LoadTIFFFrame import option.
Declaration:
Declare Function GetTIFFFrameCount Lib "VCII2LN.DLL" (pstrSourceFile as String) As Integer
Returns:
The number of frames as an Integer
Usage:
Dim iFrames As Integer
iFrames = GetTIFFFrameCount("c:\temp\TiffSamp.tif")
Introduced in version:
1.3.0.0