Pages.MoveSelectedPages Method
|
Moves the selected pages.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void MoveSelectedPages(
Document Document,
[OptionalAttribute] Object PageIndex
)
Public Sub MoveSelectedPages (
Document As Document,
<OptionalAttribute> PageIndex As Object
)
public:
void MoveSelectedPages(
[InAttribute] Document^ Document,
[OptionalAttribute] [InAttribute] Object^ PageIndex
)
Parameters
- Document
- Type: Kofax.OmniPageCSDK.IproPlus.Document
- PageIndex (Optional)
- Type: System.Object
See Also