EmfPlusMetafileDataType Enumeration

The MetafileDataType enumeration defines types of metafiles data that can be embedded in an EMF+ metafile.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusMetafileDataType

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
METAFILE_DATA_TYPE_EMFSpecifies that the metafile is an EMF metafile that specifies graphics operations with EMF records, as specified in [MS-EMF].
METAFILE_DATA_TYPE_EMF_PLUS_DUALSpecifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records.
METAFILE_DATA_TYPE_EMF_PLUS_ONLYSpecifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only.
METAFILE_DATA_TYPE_WMFSpecifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, as specified in [MS-WMF].
METAFILE_DATA_TYPE_WMF_PLACEABLESpecifies 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].