Enum EmfPlusImageDataType
EmfPlusImageDataType enumeration
The ImageDataType enumeration defines types of image data formats.
public enum EmfPlusImageDataType
Values
Name | Value | Description |
---|---|---|
ImageDataTypeUnknown | 0 | The type of image is not known. |
ImageDataTypeBitmap | 1 | Specifies a bitmap image. |
ImageDataTypeMetafile | 2 | Specifies a metafile image. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging