EmfType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfType extends System.Enum
Specifies the nature of the records that are placed in an Enhanced Metafile (EMF) file. This enumeration is used by several constructors in the Metafile class.
Fields
Field | Description |
---|---|
EmfOnly | Specifies that all the records in the metafile are EMF records, which can be displayed by GDI or GDI+. |
EmfPlusOnly | Specifies that all the records in the metafile are EMF+ records, which can be displayed by GDI+ but not by GDI. |
EmfPlusDual | Specifies that all EMF+ records in the metafile are associated with an alternate EMF record. |
EmfOnly
public static final int EmfOnly
Specifies that all the records in the metafile are EMF records, which can be displayed by GDI or GDI+.
EmfPlusOnly
public static final int EmfPlusOnly
Specifies that all the records in the metafile are EMF+ records, which can be displayed by GDI+ but not by GDI.
EmfPlusDual
public static final int EmfPlusDual
Specifies that all EMF+ records in the metafile are associated with an alternate EMF record. Metafiles of type EmfType.EmfPlusDual
can be displayed by GDI or by GDI+.