Inserts the specified pages from the source document after the indicated page within the current document.VARIANT_BOOL InsertPages(long nInsertPageAfter,LPDISPATCH iPDDocSource,long nStartPage,long nNumPages, long bBookmarks);
nInsertPageAfter The page in the current document after which pages from the source document are inserted. The first page in a PDDoc object is page 0. iPDDocSource The LPDISPATCH for the AcroExch.PDDoc containing the pages to insert. iPDDocSource contains the instance variable m_lpDispatch, which contains the LPDISPATCH. nStartPage The first page in iPDDocSource to be inserted into the current document. nNumPages bBookmarks -1 if the pages were successfully inserted. Returns 0 if they were not or if the Acrobat application does not support editing.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/IAC_API_OLE_Objects.103.118.html