←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) 
             
 <br/>get_SuperCompressed();<br/>set_SuperCompressed(value);<br/>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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly