EmfType

EmfType enum

Specifies the types of the records that are placed in an EMF file.

enum class EmfType

Values

NameValueDescription
EmfOnlyn/aWindows enhanced metafile. Contains GDI commands. Metafiles of this type are refered to as an EMF file.
EmfPlusOnlyn/aWindows enhanced metafile plus. Contains GDI+ commands. Metafiles of this type are refered to as an EMF+ file.
EmfPlusDualn/aDual Windows enhanced metafile. Contains equivalent GDI and GDI+ commands. Metafiles of this type are refered to as an EMF+ file.

See Also