IPXC_StampInfo::DrawToDevice Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_StampInfo::DrawToDevice Method}} | {{#customTitle:IPXC_StampInfo::DrawToDevice Method}} | ||
+ | {{#parentPage:PXV:IPXC_StampInfo#Methods|DrawToDevice|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT DrawToDevice([in] | + | <pre class="brush:cpp;gutter:false">HRESULT DrawToDevice([in] HANDLE_T hDC, |
+ | [in] RECT* pDestRect, | ||
+ | [in, defaultvalue(NULL)] IPXC_PageRenderParams* pRParams, | ||
+ | [in, defaultvalue(NULL)] IPXC_OCContext* pRContext, | ||
+ | [in, defaultvalue(NULL)] IProgressMon* pProgressMon);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;hDC |
− | :[in] Value of | + | :[in] Value of HANDLE_T. |
− | ; | + | ;pDestRect |
:[in] Pointer to RECT. | :[in] Pointer to RECT. | ||
− | ; | + | ;pRParams |
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:IPXC_PageRenderParams|IPXC_PageRenderParams]]. |
− | ; | + | ;pRContext |
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:IPXC_OCContext|IPXC_OCContext]]. |
− | ; | + | ;pProgressMon |
− | :[in, | + | :[in, defaultvalue(NULL)] Pointer to [[PXV:IProgressMon|IProgressMon]]. |
== Return Value == | == Return Value == | ||
Line 23: | Line 31: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_StampInfo|IPXC_StampInfo]] |
Latest revision as of 07:49, 23 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT DrawToDevice([in] HANDLE_T hDC, [in] RECT* pDestRect, [in, defaultvalue(NULL)] IPXC_PageRenderParams* pRParams, [in, defaultvalue(NULL)] IPXC_OCContext* pRContext, [in, defaultvalue(NULL)] IProgressMon* pProgressMon);
Parameters
- hDC
- [in] Value of HANDLE_T.
- pDestRect
- [in] Pointer to RECT.
- 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.