C#
VB
Java
Objective-C
WinRT C#
C++
Determines whether the image is compressed.
public bool IsCompressed {get;}
Public ReadOnly Property IsCompressed As Boolean
public bool IsCompressed {get;}
@property (nonatomic, assign, readonly) BOOL isCompressed
public boolean isCompressed()
get_IsCompressed();
public:
property bool IsCompressed {
bool get();
}
true if the image is compressed; false, otherwise.
For an example, refer to CodecsImageInfo.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET