←Select platform

Compressed Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Compressed {get; set;} 
Public Property Compressed As Boolean 
public bool Compressed {get; set;} 
@property (nonatomic, assign) BOOL compressed 
public boolean getCompressed() 
public void setCompressed(boolean value) 
             
  
get_Compressed(); 
set_Compressed(value); 
Object.defineProperty('Compressed');  
public: 
property bool Compressed { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to keep loaded data compressed in memory.

Remarks

If possible, load the file as a 1-bit RLE-compressed image.

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