Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : AnimationWaitUserInput Property |
public bool AnimationWaitUserInput {get; set;}
'Declaration
Public Property AnimationWaitUserInput As Boolean
'Usage
Dim instance As RasterImage Dim value As Boolean instance.AnimationWaitUserInput = value value = instance.AnimationWaitUserInput
public bool AnimationWaitUserInput {get; set;}
@property (nonatomic, assign) BOOL animationWaitUserInput
public boolean getAnimationWaitUserInput()
<br/>get_AnimationWaitUserInput();<br/>set_AnimationWaitUserInput(value);<br/>Object.defineProperty('AnimationWaitUserInput');
The "Wait for user input" is supported by GIF89a and later standard. This flag gets set to the corresponding value if this image was loaded from a GIF file. Also, the value set in this property will be used if this image is saved as a GIF file. Otherwise, the LEADTOOLS toolkit will not use the value of this property.
When the value of this property is changed, the Changed event will fire with RasterImageChangedFlags set to RasterImageChangedFlags.AnimationProperties.
For more information, refer to Implementing Animation.