LEADTOOLS Image File Support (Leadtools.Codecs assembly)

AnimationHeight Property (CodecsGifSaveOptions)

Show in webframe







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) unsigned int animationHeight;

            
 
get_AnimationHeight();
set_AnimationHeight(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.