Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsGifSaveOptions Class
See Also  Members  
Leadtools.Codecs Namespace : CodecsGifSaveOptions Class



Provides options specifically for saving GIF images.

Syntax

Visual Basic (Declaration) 
Public Class CodecsGifSaveOptions 
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifSaveOptions
C# 
public class CodecsGifSaveOptions 
C++/CLI 
public ref class CodecsGifSaveOptions 

Example

For an example, refer to CodecsGifOptions.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsGifSaveOptions

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also