EmfToWmfBitsFlagsfunction
Specifies options for the **GdipEmfToWmfBits** method, which converts an Enhanced Metafile (EMF) metafile to a Microsoft Windows Metafile Format (WMF) metafile.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
EmfToWmfBitsFlagsDefault | &H00000000 | |
EmfToWmfBitsFlagsEmbedEmf | &H00000001 | |
EmfToWmfBitsFlagsIncludePlaceable | &H00000002 | |
EmfToWmfBitsFlagsNoXORClip | &H00000004 |
Description
Specifies options for the GdipEmfToWmfBits function, which converts an Enhanced Metafile (EMF) metafile to a Windows Metafile Format (WMF) metafile.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations