ModuleInfo.Version 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
Syntaxpublic int Version { get; }
Public ReadOnly Property Version As Integer
Get
public:
property int Version {
int 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