System::Drawing::Imaging::MetafileType enum
MetafileType enum
Represents a type of a graphic metafile.
enum class MetafileType
Values
Name | Value | Description |
---|---|---|
Invalid | 0 | Invalid metafile. |
Wmf | 1 | Standard WMF. |
WmfPlaceable | 2 | Placeable Metafile format. |
Emf | 3 | EMF (not EMF+). |
EmfPlusOnly | 4 | EMF+ without dual, down-level records. |
EmfPlusDual | 5 | EMF+ with dual, down-level records. |
See Also
- Namespace System::Drawing::Imaging
- Library Aspose.PUB for C++