Click or drag to resize

EngineProcessID 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
Syntax
public int ProcessID { 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