WmfMetafileVersion
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WmfMetafileVersion extends System.Enum
La enumeración MetafileVersion define valores que especifican el soporte para mapas de bits independientes del dispositivo (DIB) en los metafiles.
Campos
| Campo | Descripción |
|---|---|
| METAVERSION100 | Los DIB no son compatibles. |
| METAVERSION300 | Los DIB son compatibles. |
METAVERSION100
public static final short METAVERSION100
Los DIB no son compatibles.
METAVERSION300
public static final short METAVERSION300
Los DIB son compatibles.