Enum EmfPlusMetafileDataType
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The MetafileDataType enumeration defines types of metafiles data that can be embedded in an EMF+ metafile.
public enum EmfPlusMetafileDataType
Fields
MetafileDataTypeEmf = 3
Specifies that the metafile is an EMF metafile that specifies graphics operations with EMF records, as specified in [MS-EMF].
MetafileDataTypeEmfPlusDual = 5
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records.
MetafileDataTypeEmfPlusOnly = 4
Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only.
MetafileDataTypeWmf = 1
Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, as specified in [MS-WMF].
MetafileDataTypeWmfPlaceable = 2
Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, and which contains additional header information that makes the WMF metafile device-independent, as specified in [MS-WMF].
Remarks
Embedded metafile data is specified by EmfPlusMetafileData objects (section 2.2.2.27).