LEADTOOLS (Leadtools assembly)

IsSuperCompressed Property

Show in webframe







Determines if the memory allocated for the image data is super-compressed memory.
Syntax
public bool IsSuperCompressed {get;}
'Declaration
 
Public ReadOnly Property IsSuperCompressed As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsSuperCompressed
public bool IsSuperCompressed {get;}
@property (nonatomic, readonly, assign) BOOL isSuperCompressed;
public boolean isSuperCompressed()
 get_IsSuperCompressed(); 
public:
property bool IsSuperCompressed {
   bool get();
}

Property Value

true if the memory allocated for the image data is super-compressed memory; false, otherwise.
Example
For an example, refer to ChangeCompression.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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