Click or drag to resize

EngineVersion Property

This property returns the encoded Engine version number.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int Version { get; }

Property Value

Type: Int32
Remarks

The following table shows how to interpret the returned value:

Part Formula to calculate from Version
Major version Int (Version / 100)
Minor version Version Mod 100

If the Engine is not initialized, accessing this property raises a trappable error.

See Also