Calling this method moves the page located at OldPosition to NewPosition.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic void MoveAt(
Object OldPosition,
Object NewPosition
)
Public Sub MoveAt (
OldPosition As Object,
NewPosition As Object
)
public:
void MoveAt(
[InAttribute] Object^ OldPosition,
[InAttribute] Object^ NewPosition
)
Parameters
- OldPosition
- Type: System.Object
- NewPosition
- Type: System.Object
Remarks
If the active page was moved, the ActivePageIndex property is updated accordingly.
The OldPosition and NewPosition can either be Long values denoting the current and new index of the page being moved, or alternatively you might pass the Page objects
relating to these indices.
Calling this method sets the Document object's Modified property to True.
See Also