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



Gets the load and save options for this RasterCodecs object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Options As CodecsOptions
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
Dim value As CodecsOptions
 
value = instance.Options
C# 
public CodecsOptions Options {get;}
C++/CLI 
public:
property CodecsOptions^ Options {
   CodecsOptions^ get();
}

Return Value

The current load and save options for this RasterCodecs object.

Example

For an example, refer to Load and Save.

Requirements

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

See Also