IPXC_StampInfo::DrawToMemory Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_StampInfo::DrawToMemory Method}}
 
{{#customTitle:IPXC_StampInfo::DrawToMemory Method}}
 +
{{#parentPage:PXV:IPXC_StampInfo|method}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The method of interface of PDF-XChange Editor SDK.
 
The method of interface of PDF-XChange Editor SDK.

Revision as of 15:58, 20 April 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawToMemory([in] void* pBuffer, [in] ULONG nWidth, [in] ULONG nHeight, [in] LONG nStride, [in] PXC_DrawFormat nBufferFormat, [in] RECT* pDestRect, [in, defaultvalue(NULL)] IPXC_PageRenderParams* pRParams, [in, defaultvalue(NULL)] IPXC_PageRenderContext* pRContext, [in, defaultvalue(NULL)] IProgressMon* pProgressMon);

Parameters

pBuffer
[in] Pointer to void.
nWidth
[in] Value of ULONG.
nHeight
[in] Value of ULONG.
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_PageRenderContext.
pProgressMon
[in, defaultvalue(NULL)] Pointer to IProgressMon.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXC_StampInfo.