Click or drag to resize

ModuleInfoVersion Property

This property returns the module version number if the particular module was loaded successfully.

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
If the module is not available in the current Engine configuration, this property returns a number below zero.
See Also