Table of Contents

Enum EmfPlusBitmapDataType

Namespace
Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly
Aspose.Imaging.dll

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.