Enum EmfPlusBitmapDataType

Enum EmfPlusBitmapDataType

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)

The BitmapDataType enumeration defines types of bitmap data formats.

public enum EmfPlusBitmapDataType

Fields

BitmapDataTypeCompressed = 1

Specifies an image with compressed data.

BitmapDataTypePixel = 0

Specifies a bitmap image with pixel data.