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



Gets the generic save options.

Syntax

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

Return Value

The generic save options.

Remarks

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

Requirements

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

See Also