Table of Contents

Enum EmfPlusImageDataType

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

The ImageDataType enumeration defines types of image data formats.

public enum EmfPlusImageDataType

Fields

ImageDataTypeBitmap = 1

Specifies a bitmap image.

ImageDataTypeMetafile = 2

Specifies a metafile image.

ImageDataTypeUnknown = 0

The type of image is not known.