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

Show in webframe

SuperCompressed Property








Enables or disables keeping the loaded image data compressed in memory.
Syntax
public bool SuperCompressed {get; set;}
'Declaration
 
Public Property SuperCompressed As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.SuperCompressed = value
 
value = instance.SuperCompressed
public bool SuperCompressed {get; set;}
@property (nonatomic, assign) BOOL superCompressed
public boolean getSuperCompressed()
public void setSuperCompressed(boolean value)
            
 <br/>get_SuperCompressed();<br/>set_SuperCompressed(value);<br/>Object.defineProperty('SuperCompressed'); 
public:
property bool SuperCompressed {
   bool get();
   void set (    bool value);
}

Property Value

true to keep loaded data compressed in memory.
Remarks

If possible, load the file as a 24-bit LEAD Super-compressed image. The compression used for 24-bit and 8-bit images is lossy, which means multiple changes to the image can produce some visual loss.

Note: This requires Document/Medical Imaging Support.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

Error processing SSI file