IPXC_StampInfo::DrawToMemory Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_StampInfo::DrawToMemory Method}} | {{#customTitle:IPXC_StampInfo::DrawToMemory Method}} | ||
+ | {{#parentPage:PXV:IPXC_StampInfo#Methods|DrawToMemory|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 DrawToMemory([in] void* pBuffer, [in] | + | <pre class="brush:cpp;gutter:false">HRESULT DrawToMemory([in] void* pBuffer, |
+ | [in] LONG nStride, | ||
+ | [in] PXC_DrawFormat nBufferFormat, | ||
+ | [in] RECT* pDestRect, | ||
+ | [in, defaultvalue(NULL)] IPXC_PageRenderParams* pRParams, | ||
+ | [in, defaultvalue(NULL)] IPXC_OCContext* pRContext, | ||
+ | [in, defaultvalue(NULL)] IProgressMon* pProgressMon);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pBuffer |
:[in] Pointer to void. | :[in] Pointer to void. | ||
− | ; | + | ;nStride |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
:[in] Value of LONG. | :[in] Value of LONG. | ||
− | ; | + | ;nBufferFormat |
:[in] Value of [[PXV:PXC_DrawFormat|PXC_DrawFormat]]. | :[in] Value of [[PXV:PXC_DrawFormat|PXC_DrawFormat]]. | ||
− | ; | + | ;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 31: | Line 37: | ||
== 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 DrawToMemory([in] void* pBuffer, [in] LONG nStride, [in] PXC_DrawFormat nBufferFormat, [in] RECT* pDestRect, [in, defaultvalue(NULL)] IPXC_PageRenderParams* pRParams, [in, defaultvalue(NULL)] IPXC_OCContext* pRContext, [in, defaultvalue(NULL)] IProgressMon* pProgressMon);
Parameters
- pBuffer
- [in] Pointer to void.
- nStride
- [in] Value of LONG.
- nBufferFormat
- [in] Value of PXC_DrawFormat.
- 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.