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

Show in webframe

Save Property (CodecsJbig2Options)








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

Property Value

A CodecsJbig2SaveOptions class that contains the options to be used when saving JBIG2 images.
Example
For an example, refer to CodecsJbig2Options.
Requirements

Target Platforms

See Also

Reference

CodecsJbig2Options Class
CodecsJbig2Options Members

Error processing SSI file