←Select platform

IsSuperCompressed Property

Summary

Determines if the memory allocated for the image data is super-compressed memory.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsSuperCompressed { get; } 
Public ReadOnly Property IsSuperCompressed As Boolean 
@property (nonatomic, assign, readonly) BOOL isSuperCompressed 
public boolean 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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly