Enum EmfPlusImageDataType
Enum EmfPlusImageDataType
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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.