LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SuperCompressed Property

Show in webframe







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)
            
 
get_SuperCompressed();
set_SuperCompressed(value);
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 and Medical Support.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.