GIF_DelayTime is the time (in 1/100 s) the frame remains showed.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int GIF_DelayTime { get; set; }
Public Property GIF_DelayTime As Integer
	Get
	Set
public:
property int GIF_DelayTime {
	int get ();
	void set (int value);
}

See Also