←Select platform

AnimationWidth Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int AnimationWidth { get; set; } 
Public Property AnimationWidth As Integer 
public int AnimationWidth {get; set;} 
@property (nonatomic, assign) NSInteger animationWidth 
public int getAnimationWidth() 
public void setAnimationWidth(int width) 
             
 <br/>get_AnimationWidth();<br/>set_AnimationWidth(value);<br/>Object.defineProperty('AnimationWidth');  
public: 
property int AnimationWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

The animation width 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