Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadOptions Class : SuperCompressed Property |
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');
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.