IPXC_Pages::InsertPagesFromDoc Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Pages::InsertPagesFromDoc Method}} | {{#customTitle:IPXC_Pages::InsertPagesFromDoc Method}} | ||
Line 33: | Line 34: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Pages|IPXC_Pages]]. |
Revision as of 04:48, 20 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT InsertPagesFromDoc([in] IPXC_Document* pSrcDoc, [in] ULONG nInsertBefore, [in] ULONG nStartPage, [in] ULONG nNumPages, [in] ULONG nInsertPagesFlags, [in, defaultvalue(NULL)] IProgressMon* pProgress);
Parameters
- pSrcDoc
- [in] Pointer to IPXC_Document.
- nInsertBefore
- [in] Value of ULONG.
- nStartPage
- [in] Value of ULONG.
- nNumPages
- [in] Value of ULONG.
- nInsertPagesFlags
- [in] Value of ULONG.
- pProgress
- [in, defaultvalue(NULL)] Pointer to IProgressMon.
Return Value
Returns S_OK if operation was successful or error code in other cases.