LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsGifSaveOptions Class Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsGifSaveOptions Class

The following tables list the members exposed by CodecsGifSaveOptions.

Public Properties

 NameDescription
public Property AnimationBackgroundGets or sets the animation background color used when saving GIF files.  
public Property AnimationHeightGets or sets the animation height used when saving GIF files.  
public Property AnimationLoopGets or sets the animation loop value to use when saving GIF files.  
public Property AnimationWidthGets or sets the animation width used when saving GIF files.  
public Property InterlacedGets or sets a value indicating whether to save interlaced GIF files.  
public Property UseAnimationBackgroundGets or sets a value indicating whether to use the animation background when saving GIF files.  
public Property UseAnimationLoopGets or sets a value indicating whether to use the animation loop when saving GIF files.  
public Property UseAnimationPaletteGets or sets a value indicating if the image uses an animation palette.  
Top

Public Methods

 NameDescription
public Method GetAnimationPaletteGets the animation palette to use when saving GIF files.  
public Method SetAnimationPaletteSets the animation palette used when saving GIF files.  
Top

See Also