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 > CodecsPngOptions Class : Save Property



Gets the options for saving PNG images.

Syntax

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

Return Value

An CodecsPngOptions.CodecsPngSaveOptions object specifying the current PNG save options.

Example

For an example, refer to CodecsPngOptions.

Requirements

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

See Also