EmfPlusImageDataType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusImageDataType extends System.Enum

The ImageDataType enumeration defines types of image data formats.

Fields

FieldDescription
ImageDataTypeUnknownThe type of image is not known.
ImageDataTypeBitmapSpecifies a bitmap image.
ImageDataTypeMetafileSpecifies a metafile image.

ImageDataTypeUnknown

public static final int ImageDataTypeUnknown

The type of image is not known.

ImageDataTypeBitmap

public static final int ImageDataTypeBitmap

Specifies a bitmap image.

ImageDataTypeMetafile

public static final int ImageDataTypeMetafile

Specifies a metafile image.