LEADTOOLS (Leadtools assembly)

IsCompressed Property

Show in webframe







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

Property Value

true if the memory allocated for the image data is 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.