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

Show in webframe

Save Property (CodecsJpegOptions)








Gets the options for saving JPEG and LEAD CMP images.
Syntax
public CodecsJpegSaveOptions Save {get;}
'Declaration
 
Public ReadOnly Property Save As CodecsJpegSaveOptions
'Usage
 
Dim instance As CodecsJpegOptions
Dim value As CodecsJpegSaveOptions
 
value = instance.Save
public CodecsJpegSaveOptions Save {get;}
@property (nonatomic, strong, readonly) LTCodecsJpegSaveOptions* save
public CodecsJpegSaveOptions getSave()
 get_Save(); 
public:
property CodecsJpegSaveOptions^ Save {
   CodecsJpegSaveOptions^ get();
}

Property Value

The JPEG and LEAD CMP save options.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegOptions Class
CodecsJpegOptions Members
Compression Using LEAD and JPEG Formats

Error processing SSI file