Returns the number of frames (images) that a GIF file contains.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static int EnumGIFFrames(
	string fileName
)
Public Shared Function EnumGIFFrames ( _
	fileName As String _
) As Integer
public:
static int EnumGIFFrames(
	String^ fileName
)

Parameters

fileName
String
the name of the GIF

Return Value

the frames count

See Also