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

Show in webframe

Load Property (CodecsJbig2Options)








Gets the options for loading JBIG2 images.
Syntax
public CodecsJbig2LoadOptions Load {get;}
'Declaration
 
Public ReadOnly Property Load As CodecsJbig2LoadOptions
'Usage
 
Dim instance As CodecsJbig2Options
Dim value As CodecsJbig2LoadOptions
 
value = instance.Load
public CodecsJbig2LoadOptions Load {get;}
@property (nonatomic, strong, readonly) LTCodecsJbig2LoadOptions* load
public CodecsJbig2LoadOptions getLoad()
 get_Load(); 
public:
property CodecsJbig2LoadOptions^ Load {
   CodecsJbig2LoadOptions^ get();
}

Property Value

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

Target Platforms

See Also

Reference

CodecsJbig2Options Class
CodecsJbig2Options Members

Error processing SSI file