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



The CodecsOptions class provides access to all the specific file format load and save options supported by Leadtools.

Object Model










Syntax

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

Example

For an example, refer to Load and Save.

Remarks

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

Inheritance Hierarchy

System.Object
   Leadtools.Codecs.CodecsOptions

Requirements

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

See Also