Click or drag to resize

WFHandlerAddPagesByState Method

This method is used to add document pages to the newly created workflow.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void AddPagesByState(
	int PageStateFlagSet,
	int PageStateFlagNotSet
)

Parameters

PageStateFlagSet
Type: SystemInt32
PageStateFlagNotSet
Type: SystemInt32
Remarks

The pages are physically added when either the FinalizeWF or the StartWorkflow method is called.

See Also