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

Show in webframe

AnimationHeight Property (CodecsGifSaveOptions)








Gets or sets the animation height used when saving GIF files.
Syntax
public int AnimationHeight {get; set;}
'Declaration
 
Public Property AnimationHeight As Integer
'Usage
 
Dim instance As CodecsGifSaveOptions
Dim value As Integer
 
instance.AnimationHeight = value
 
value = instance.AnimationHeight
public int AnimationHeight {get; set;}
@property (nonatomic, assign) NSInteger animationHeight
public int getAnimationHeight()
public void setAnimationHeight(int height)
            
 <br/>get_AnimationHeight();<br/>set_AnimationHeight(value);<br/>Object.defineProperty('AnimationHeight'); 
public:
property int AnimationHeight {
   int get();
   void set (    int value);
}

Property Value

The animation height used when saving GIF files.
Example
For an example, refer to CodecsGifOptions.
Requirements

Target Platforms

See Also

Reference

CodecsGifSaveOptions Class
CodecsGifSaveOptions Members
Implementing GIF Features

Error processing SSI file