Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

UseAnimationLoop Property








Gets or sets a value indicating whether to use the animation loop when saving GIF files.
Syntax
public bool UseAnimationLoop {get; set;}
'Declaration
 
Public Property UseAnimationLoop As Boolean
'Usage
 
Dim instance As CodecsGifSaveOptions
Dim value As Boolean
 
instance.UseAnimationLoop = value
 
value = instance.UseAnimationLoop
public bool UseAnimationLoop {get; set;}
@property (nonatomic, assign, getter=usesAnimationLoop) BOOL useAnimationLoop
public boolean isUseAnimationLoop()
public void setUseAnimationLoop(boolean useAnimationLoop)
            
 <br/>get_UseAnimationLoop();<br/>set_UseAnimationLoop(value);<br/>Object.defineProperty('UseAnimationLoop'); 
public:
property bool UseAnimationLoop {
   bool get();
   void set (    bool value);
}

Property Value

true to use AnimationLoop when saving GIF files; false, otherwise.
Example
For an example, refer to CodecsGifOptions.
Requirements

Target Platforms

See Also

Reference

CodecsGifSaveOptions Class
CodecsGifSaveOptions Members
Implementing GIF Features

Error processing SSI file