WFHandler.AddPageByIndex Method
|
Use this method to add an existing page of the Document to the workflow.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void AddPageByIndex(
int PageIndex
)
Public Sub AddPageByIndex (
PageIndex As Integer
)
public:
void AddPageByIndex(
[InAttribute] int PageIndex
)
Parameters
- PageIndex
- Type: System.Int32
See Also