WmfMetafileVersion
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WmfMetafileVersion extends System.Enum
The MetafileVersion Enumeration defines values that specify support for device-independent bitmaps (DIBs) in metafiles.
Fields
Field | Description |
---|---|
METAVERSION100 | DIBs are not supported. |
METAVERSION300 | DIBs are supported. |
METAVERSION100
public static final short METAVERSION100
DIBs are not supported.
METAVERSION300
public static final short METAVERSION300
DIBs are supported.