WFProcInfo.QueryNewDocPage Method
|
This method is used to return the index of a page within the Document.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic int QueryNewDocPage(
int Position
)
Public Function QueryNewDocPage (
Position As Integer
) As Integer
public:
int QueryNewDocPage(
[InAttribute] int Position
)
Parameters
- Position
- Type: System.Int32
Return Value
Type:
Int32
Remarks
The insertionPos parameter specifies the index of the page in order of creation.
See Also