Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsCompressed Property








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, assign, readonly) 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

Error processing SSI file