←Select platform

IsCompressed Property

Summary
Determines if the memory allocated for the image data is compressed memory.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsCompressed { get; } 
Public ReadOnly Property IsCompressed As Boolean 
@property (nonatomic, assign, readonly) BOOL isCompressed 
public boolean 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

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.