WmfMetafileVersion Enumeration |
The MetafileVersion Enumeration defines values that specify support for device-independent
bitmaps (DIBs) in metafiles.
Namespace: Aspose.Imaging.FileFormats.Wmf.ConstsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic enum WmfMetafileVersion
Public Enumeration WmfMetafileVersion
public enum class WmfMetafileVersion
Members
| Member name | Value | Description |
---|
| METAVERSION100 | 256 |
DIBs are not supported.
|
| METAVERSION300 | 768 |
DIBs are supported.
|
See Also