Click or drag to resize

WorkflowViewDetach Method

Use this method to detach the control from an existing document.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public void Detach()
Remarks
You must call detach before the related document gets destroyed. You can also call detach if you want to change the ViewerMode property. In this case call Detach, set an appropriate ViewerMode value and call Attach again.
See Also