EmfPlusMetafileDataType

EmfPlusMetafileDataType enumeration

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

public enum EmfPlusMetafileDataType

Values

NameValueDescription
MetafileDataTypeWmf1Specifies that the metafile is a WMF metafile that specifies graphics operations with WMF records, as specified in [MS-WMF].
MetafileDataTypeWmfPlaceable2Specifies 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].
MetafileDataTypeEmf3Specifies that the metafile is an EMF metafile that specifies graphics operations with EMF records, as specified in [MS-EMF].
MetafileDataTypeEmfPlusOnly4Specifies that the metafile is an EMF+ metafile that specifies graphics operations with EMF+ records only.
MetafileDataTypeEmfPlusDual5Specifies 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