Enum EmfPlusMetafileDataType
Contents
[
Hide
]EmfPlusMetafileDataType enumeration
The MetafileDataType enumeration defines types of metafiles data that can be embedded in an EMF+ metafile.
public enum EmfPlusMetafileDataType
Values
Name | Value | Description |
---|---|---|
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]. |
MetafileDataTypeEmf | 3 | Specifies that the metafile is an EMF metafile that specifies graphics operations with EMF records, as specified in [MS-EMF]. |
MetafileDataTypeEmfPlusOnly | 4 | Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only. |
MetafileDataTypeEmfPlusDual | 5 | Specifies that the metafile is an EMF+ metafile that specifies graphics operations with both EMF and EMF+ records. |
Remarks
Embedded metafile data is specified by EmfPlusMetafileData objects (section 2.2.2.27).
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging