Click or drag to resize

PageCopyPage Method

This method copies 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 CopyPage(
	Document Document,
	[OptionalAttribute] Object PageIndex
)

Parameters

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

For more details, see the description of the Pages object's CopyPages method.

See Also