Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

State Property








Gets the current state of the animation playback engine.
Syntax
public RasterImageAnimatorState State {get;}
'Declaration
 
Public ReadOnly Property State As RasterImageAnimatorState
'Usage
 
Dim instance As RasterImageAnimator
Dim value As RasterImageAnimatorState
 
value = instance.State
public RasterImageAnimatorState State {get;}
 get_State(); 
public:
property RasterImageAnimatorState State {
   RasterImageAnimatorState get();
}

Property Value

A RasterImageAnimatorState enumeration member that indicates current state of the animation playback engine.
Remarks

Refer to RasterImageAnimatorState for description of the different states.

Example
For an example, refer to Append.
Requirements

Target Platforms

See Also

Reference

RasterImageAnimator Class
RasterImageAnimator Members

Error processing SSI file