EmfPlusBitmapDataType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusBitmapDataType extends System.Enum

BitmapDataType 枚举定义位图数据格式的类型。

字段

字段描述
BitmapDataTypePixel指定具有像素数据的位图图像。
BitmapDataTypeCompressed指定具有压缩数据的图像。

BitmapDataTypePixel

public static final int BitmapDataTypePixel

指定具有像素数据的位图图像。

BitmapDataTypeCompressed

public static final int BitmapDataTypeCompressed

指定具有压缩数据的图像。