Engine.ProcessID Property
|
This property returns the id of the current process in which this Engine object was created.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int ProcessID { get; }
Public ReadOnly Property ProcessID As Integer
Get
public:
property int ProcessID {
int get ();
}
Property Value
Type:
Int32
Remarks
This property can be useful when IPRO is driven through a surrogate mechanism and the client requires information about the surrogate process wrapping the IPRO Engine.
See Also