IPXC_Page::DrawToIXCPage Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Page::DrawToIXCPage Method}} | {{#customTitle:IPXC_Page::DrawToIXCPage Method}} | ||
− | {{#parentPage:PXV:IPXC_Page|DrawToIXCPage | + | {{#parentPage:PXV:IPXC_Page#Methods|DrawToIXCPage|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 33: | Line 34: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Page|IPXC_Page]] |
Latest revision as of 07:40, 23 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DrawToIXCPage([in] IIXC_Page* pPage, [in] RECT* pDestRect, [in] PXC_Matrix* pMatrix, [in, defaultvalue(NULL)] IPXC_PageRenderParams* pRParams, [in, defaultvalue(NULL)] IPXC_OCContext* pRContext, [in, defaultvalue(NULL)] IProgressMon* pProgressMon);
Parameters
- pPage
- [in] Pointer to IIXC_Page.
- pDestRect
- [in] Pointer to RECT.
- pMatrix
- [in] Pointer to PXC_Matrix.
- pRParams
- [in, defaultvalue(NULL)] Pointer to IPXC_PageRenderParams.
- pRContext
- [in, defaultvalue(NULL)] Pointer to IPXC_OCContext.
- pProgressMon
- [in, defaultvalue(NULL)] Pointer to IProgressMon.
Return Value
Returns S_OK if operation was successful or error code in other cases.