EmfPlusImageDataType

EmfPlusImageDataType enumeration

The ImageDataType enumeration defines types of image data formats.

public enum EmfPlusImageDataType

Values

NameValueDescription
ImageDataTypeUnknown0The type of image is not known.
ImageDataTypeBitmap1Specifies a bitmap image.
ImageDataTypeMetafile2Specifies a metafile image.

See Also