2#ifndef _metafile_type_h_
3#define _metafile_type_h_
5#include "system/enum.h"
7namespace System {
namespace Drawing {
namespace Imaging {
28struct EnumMetaInfo<
System::Drawing::Imaging::MetafileType>
32 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::Drawing::Imaging::MetafileType, const char_t*>, 6>& values();
MetafileType
Represents a type of a graphic metafile.
Definition: metafile_type.h:9
@ WmfPlaceable
Placeable Metafile format.
@ 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