←Select platform

AnimationWidth Property (CodecsGifSaveOptions)

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) 
             
  
get_AnimationWidth(); 
set_AnimationWidth(value); 
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

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