public final class EmfPlusBitmapDataType
extends com.aspose.ms.System.Enum
The BitmapDataType enumeration defines types of bitmap data formats.
Modifier and Type | Field and Description |
---|---|
static int |
BitmapDataTypeCompressed
Specifies an image with compressed data.
|
static int |
BitmapDataTypePixel
Specifies a bitmap image with pixel data.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int BitmapDataTypePixel
Specifies a bitmap image with pixel data.
public static final int BitmapDataTypeCompressed
Specifies an image with compressed data.