System::Drawing::Imaging::EmfType enum
EmfType enum
Specifies the types of the records that are placed in an EMF file.
enum class EmfType
Values
Name | Value | Description |
---|---|---|
EmfOnly | n/a | Windows enhanced metafile. Contains GDI commands. Metafiles of this type are refered to as an EMF file. |
EmfPlusOnly | n/a | Windows enhanced metafile plus. Contains GDI+ commands. Metafiles of this type are refered to as an EMF+ file. |
EmfPlusDual | n/a | Dual Windows enhanced metafile. Contains equivalent GDI and GDI+ commands. Metafiles of this type are refered to as an EMF+ file. |
See Also
- Namespace System::Drawing::Imaging
- Library Aspose.PUB for C++