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

Show in webframe

Jpeg2000 Property








Gets the JPEG 2000 and LEAD CMW load and save options.
Syntax
public CodecsJpeg2000Options Jpeg2000 {get;}
'Declaration
 
Public ReadOnly Property Jpeg2000 As CodecsJpeg2000Options
'Usage
 
Dim instance As CodecsOptions
Dim value As CodecsJpeg2000Options
 
value = instance.Jpeg2000
public CodecsJpeg2000Options Jpeg2000 {get;}
@property (nonatomic, strong, readonly) LTCodecsJpeg2000Options* jpeg2000
public CodecsJpeg2000Options getJpeg2000()
 get_Jpeg2000(); 
public:
property CodecsJpeg2000Options^ Jpeg2000 {
   CodecsJpeg2000Options^ get();
}

Property Value

The JPEG 2000 and LEAD CMW load and save options.
Example
For an example, refer to CodecsJpeg2000Options.
Requirements

Target Platforms

See Also

Reference

CodecsOptions Class
CodecsOptions Members

Error processing SSI file