Click or drag to resize

PageMovePage Method

This method moves this page to another document.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public void MovePage(
	Document Document,
	[OptionalAttribute] Object PageIndex
)

Parameters

Document
Type: Kofax.OmniPageCSDK.IproPlusDocument
PageIndex (Optional)
Type: SystemObject
Remarks

For more details, see the description of the Document object's MovePages method.

See Also