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



Gets the generic load options.

Syntax

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

Return Value

The generic load options.

Remarks

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

Requirements

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

See Also