←Select platform

IsSuperCompressed Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsSuperCompressed { get; } 
Public ReadOnly Property IsSuperCompressed As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly