Enum EmfPlusImageDataType
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.