Click or drag to resize

WFHOption Class

This property returns the list of available workflow handler options.
Inheritance Hierarchy
SystemObject
  Kofax.OmniPageCSDK.IproPlusWFHOption

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public static class WFHOption

The WFHOption type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMDN_CURRENTWFHOPT
This API is preliminary and subject to change.
Public fieldStatic memberWFHOPT_CREATE_WATCHDOG_THREAD
Obsolete.
Public fieldStatic memberWFHOPT_SEL_ALL_NEW_DOC_PAGES
Each new document page gets automatically selected after workflow execution.
Public fieldStatic memberWFHOPT_SEL_FIRST_NEW_DOC_PAGE
The first new document page gets automatically selected after workflow execution.
Public fieldStatic memberWFHOPT_USE_SID_INSTEAD_WFPARAMS
File based workflow (see LoadWF) executes as if it was an instant workflow (as if it had been created by the CreateWF)
Public fieldStatic memberWFHOPT_USE_WFPARAMS_INSTEAD_SID
Instant workflow (see CreateWF) executes as if it was an file based workflow (as if it had been created by the LoadWF)
Top
See Also