This property returns the encoded Engine version number.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int Version { get; }Public ReadOnly Property Version As Integer
Get
public:
property int Version {
int 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