←Select platform

AnimationWidth Property

Summary
Gets or sets the animation width used when saving GIF files.
Syntax
C#
VB
Objective-C
C++
Java
public int AnimationWidth { get; set; } 
Public Property AnimationWidth As Integer 
@property (nonatomic, assign) NSInteger animationWidth 
public int getAnimationWidth() 
public void setAnimationWidth(int width) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.