WFDescInfo.PageInWF Method
|
This property is used to check if a specified page is part of the workflow processing.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic bool PageInWF(
int PageIndex
)
Public Function PageInWF (
PageIndex As Integer
) As Boolean
public:
bool PageInWF(
[InAttribute] int PageIndex
)
Parameters
- PageIndex
- Type: System.Int32
Return Value
Type:
Boolean
See Also