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 : Compressed Property |
public bool Compressed {get; set;}
'Declaration
Public Property Compressed As Boolean
'Usage
Dim instance As CodecsLoadOptions Dim value As Boolean instance.Compressed = value value = instance.Compressed
public bool Compressed {get; set;}
@property (nonatomic, assign) BOOL compressed
public boolean getCompressed() public void setCompressed(boolean value)
<br/>get_Compressed();<br/>set_Compressed(value);<br/>Object.defineProperty('Compressed');
If possible, load the file as a 1-bit RLE-compressed image.
Note: This requires Document/Medical Imaging Support.