Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Save Property (CodecsPngOptions)








Gets the options for saving PNG images.
Syntax
public CodecsPngSaveOptions Save {get;}
'Declaration
 
Public ReadOnly Property Save As CodecsPngSaveOptions
'Usage
 
Dim instance As CodecsPngOptions
Dim value As CodecsPngSaveOptions
 
value = instance.Save
public CodecsPngSaveOptions Save {get;}
@property (nonatomic, strong, readonly) LTCodecsPngSaveOptions* save
public CodecsPngSaveOptions getSave()
 get_Save(); 
public:
property CodecsPngSaveOptions^ Save {
   CodecsPngSaveOptions^ get();
}

Property Value

The PNG save options.
Example
For an example, refer to CodecsPngOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPngOptions Class
CodecsPngOptions Members
PNG Files and Transparency

Error processing SSI file