Engine.Version Property |
Namespace: Kofax.OmniPageCSDK.IproPlus
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.