5#include "drawing/imaging/metafile_type.h"
7namespace System {
namespace Drawing {
namespace Imaging {
@ EmfPlusOnly
EMF+ without dual, down-level records.
@ EmfPlusDual
EMF+ with dual, down-level records.
EmfType
Specifies the types of the records that are placed in an EMF file.
Definition: emf_type.h:9
@ EmfOnly
Windows enhanced metafile. Contains GDI commands. Metafiles of this type are refered to as an EMF fil...
@ EmfPlusOnly
Windows enhanced metafile plus. Contains GDI+ commands. Metafiles of this type are refered to as an E...
@ EmfPlusDual
Dual Windows enhanced metafile. Contains equivalent GDI and GDI+ commands. Metafiles of this type are...
Definition: db_command.h:9