Click or drag to resize

PagesCopyPages Method

This method copies one or more pages from this document to another IPRO document.

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

Parameters

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

The Pages parameter is of type RUNPAGE. The available values listed in the RUNPAGE Enumeration. Doc is the destination document. PageIndex is an optional numeric parameter. If it is specified and it is a valid page index in the destination document, the copied pages are inserted before this page. Otherwise the copied pages are appended.

Calling this method sets the destination Document object's Modified property to True if at least one page was successfully copied.

See Also