Returns True if the GIF image has the animated flag setted ("NETSCAPE2.0" string). If the file doesn't exists or the image hasn't the flag setted returns False.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool IsAnimatedGIF(
	string fileName
)
Public Shared Function IsAnimatedGIF ( _
	fileName As String _
) As Boolean
public:
static bool IsAnimatedGIF(
	String^ fileName
)

Parameters

fileName
String
the name of the GIF

Return Value

True is the GIF is animated

See Also