←Select platform

SuperCompressed Property

Summary

Enables or disables keeping the loaded image data compressed in memory.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool SuperCompressed {get; set;} 
Public Property SuperCompressed As Boolean 
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 ); 
} 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize