LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

SuperCompressed Property






Enables or disables keeping the loaded image data compressed in memory. .NET support WinRT support
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;}
 get_SuperCompressed();
set_SuperCompressed(value);
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.

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.