Enum EmfPlusBitmapDataType

Enum EmfPlusBitmapDataType

名称: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts 收藏: Aspose.Imaging.dll (25.4.0)

BitmapDataType 列表定义了 bitmap 数据格式的类型。

public enum EmfPlusBitmapDataType

Fields

BitmapDataTypeCompressed = 1

指定压缩数据的图像。

BitmapDataTypePixel = 0

指定一个比特图像与像素数据。

 中文