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

Show in webframe

Save Property (CodecsAbcOptions)








Gets the options for saving images using LEAD Advanced Bitonal Compression (ABC).
Syntax
public CodecsAbcSaveOptions Save {get;}
'Declaration
 
Public ReadOnly Property Save As CodecsAbcSaveOptions
'Usage
 
Dim instance As CodecsAbcOptions
Dim value As CodecsAbcSaveOptions
 
value = instance.Save
public CodecsAbcSaveOptions Save {get;}
public CodecsAbcSaveOptions getSave()
 get_Save(); 
public:
property CodecsAbcSaveOptions^ Save {
   CodecsAbcSaveOptions^ get();
}

Property Value

The LEAD Advanced Bitonal Compression save options.
Example
For an example, refer to CodecsAbcOptions.
Requirements

Target Platforms

See Also

Reference

CodecsAbcOptions Class
CodecsAbcOptions Members

Error processing SSI file