Enum WmfMetafileVersion
WmfMetafileVersion enumeration
The MetafileVersion Enumeration defines values that specify support for device-independent bitmaps (DIBs) in metafiles.
public enum WmfMetafileVersion : short
Values
Name | Value | Description |
---|---|---|
METAVERSION100 | 256 | DIBs are not supported. |
METAVERSION300 | 768 | DIBs are supported. |
See Also
- namespace Aspose.Imaging.FileFormats.Wmf.Consts
- assembly Aspose.Imaging