←Select platform

AnimationHeight Property

Summary

Gets or sets the animation height used when saving GIF files.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int AnimationHeight { get; set; } 
Public Property AnimationHeight As Integer 
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 ); 
} 

Property Value

The animation height used when saving GIF files.

Example

For an example, refer to CodecsGifOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly