Pages.CopyPages Method |
Namespace: Kofax.OmniPageCSDK.IproPlus
public void CopyPages( PAGESTATE PageFlags, PAGESTATE Mask, Document Document, [OptionalAttribute] Object PageIndex )
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.