WmfMetafileVersion

WmfMetafileVersion enumeration

The MetafileVersion Enumeration defines values that specify support for device-independent bitmaps (DIBs) in metafiles.

public enum WmfMetafileVersion : short

Values

NameValueDescription
METAVERSION100256DIBs are not supported.
METAVERSION300768DIBs are supported.

See Also