IPXC_Page::DrawToDevice Method

From PDF XChange PDF SDK
Revision as of 06:21, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT DrawToDevice([in] ULONG_PTR hDC, [in] RECT* pDestRect, [in, optional] PXC_Matrix* pMatrix, [in, optional] IPXC_PageRenderParams* pRParams, [in, optional] IPXC_PageRenderContext* pRContext, [in, optional] IProgressMon* pProgressMon);

Parameters

hDC
[in] Value of ULONG_PTR.
pDestRect
[in] Pointer to RECT.
pMatrix
[in, optional] Pointer to PXC_Matrix.
pRParams
[in, optional] Pointer to IPXC_PageRenderParams.
pRContext
[in, optional] Pointer to IPXC_PageRenderContext.
pProgressMon
[in, optional] Pointer to IProgressMon.

Return Value

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

See Also

See also IPXC_Page.