EngineSerialNumber Property
|
This property returns the serial number of the underlying engine.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic string SerialNumber { get; }Public ReadOnly Property SerialNumber As String
Get
public:
property String^ SerialNumber {
String^ get ();
}Property Value
Type:
String
Remarks
If the Engine is not initialized, accessing this property raises a trappable error.
See Also