public final class EmfType
extends com.aspose.ms.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.
| Modifier and Type | Field and Description |
|---|---|
static int |
EmfOnly
Specifies that all the records in the metafile are EMF records, which can be displayed by GDI or GDI+.
|
static int |
EmfPlusDual
Specifies that all EMF+ records in the metafile are associated with an alternate EMF record.
|
static int |
EmfPlusOnly
Specifies that all the records in the metafile are EMF+ records, which can be displayed by GDI+ but not by GDI.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toStringpublic static final int EmfOnly
Specifies that all the records in the metafile are EMF records, which can be displayed by GDI or GDI+.
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.
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+.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.