#include "ltwrappr.h"
L_BOOL LBitmapBase::IsSuperCompressed()
Determines whether the class objects bitmap is a super compressed bitmap or not.
TRUE |
The bitmap is a super compressed one. |
FALSE |
The bitmap is not a super compressed one. |
A super compressed bitmap is one that is kept compressed in memory. For more information, refer to Super Compressed Bitmaps.
Required DLLs and Libraries
LTDIS For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Functions: |
|
Topics: |
L_INT LBitmapBase__IsSuperCompressedExample(LBitmapBase & Bitmap){if (Bitmap.IsSuperCompressed())MessageBox(NULL, TEXT("It's a super compressed bitmap!"),TEXT("Testing"), MB_OK);elseMessageBox(NULL, TEXT("It's not a super compressed bitmap!"),TEXT("Testing"), MB_OK);return SUCCESS;}
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
