Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

IsSuperCompressed Property








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

Error processing SSI file