public final class MetafileType
extends com.aspose.ms.System.Enum
Specifies types of metafiles.
| Modifier and Type | Field and Description |
|---|---|
static int |
Emf
Specifies an Enhanced Metafile (EMF) file.
|
static int |
EmfPlusDual
Specifies an EMF+ Dual file.
|
static int |
EmfPlusOnly
Specifies an EMF+ file.
|
static int |
Invalid
Specifies a metafile format that is not recognized in GDI+.
|
static int |
Wmf
Specifies a WMF (Windows Metafile) file.
|
static int |
WmfPlaceable
Specifies a WMF (Windows Metafile) file that has a placeable metafile header in front of it.
|
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 Invalid
Specifies a metafile format that is not recognized in GDI+.
public static final int Wmf
Specifies a WMF (Windows Metafile) file. Such a file contains only GDI records.
public static final int WmfPlaceable
Specifies a WMF (Windows Metafile) file that has a placeable metafile header in front of it.
public static final int Emf
Specifies an Enhanced Metafile (EMF) file. Such a file contains only GDI records.
public static final int EmfPlusOnly
Specifies an EMF+ file. Such a file contains only GDI+ records and must be displayed by using GDI+. Displaying the records using GDI may cause unpredictable results.
public static final int EmfPlusDual
Specifies an EMF+ Dual file. Such a file contains GDI+ records along with alternative GDI records and can be displayed by using either GDI or GDI+. Displaying the records using GDI may cause some quality degradation.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.