←Select platform

AnimationHeight Property (CodecsGifSaveOptions)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize