LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Compressed Property

Show in webframe







Enables or disables keeping the loaded image data compressed in memory.
Syntax
public bool Compressed {get; set;}
'Declaration
 
Public Property Compressed As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.Compressed = value
 
value = instance.Compressed
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 value);
}

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 and Medical Support.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members
Speeding Up 1-Bit Documents

 

 


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