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