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



Provides extra options for loading and saving GIF images.

Object Model



Syntax

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

Remarks

To use this class, set up the options you want then call RasterCodecs.Load or RasterCodecs.Save.

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsGifOptions

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also