Click or drag to resize

PagesMoveAt Method

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
Syntax
public void MoveAt(
	Object OldPosition,
	Object NewPosition
)

Parameters

OldPosition
Type: SystemObject
NewPosition
Type: SystemObject
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