IIXC_Page::PrintToDC Method
From PDF XChange PDF SDK
Line 3: | Line 3: | ||
{{#parentPage:PXV:IIXC_Page|PrintToDC Method|method}} | {{#parentPage:PXV:IIXC_Page|PrintToDC Method|method}} | ||
− | |||
− | The method prints the rectangle page block into specified printer's device context using color data from a specified page. | + | The '''PrintToDC''' method prints the rectangle page block into specified printer's device context using color data from a specified page. |
== Syntax == | == Syntax == |
Revision as of 10:30, 18 May 2015
The PrintToDC method prints the rectangle page block into specified printer's device context using color data from a specified page.
Contents
Syntax
HRESULT PrintToDC([in] HANDLE_T hDC, [in] RECT* pDestRect, [in] RECT* pSrcRect, [in, defaultvalue(0)] ULONG dwFlags);
Parameters
- hDC
- [in] Specifies printer's device context.
- pDestRect
- [in] Specifies destination rectangle on printer's device context. This parameter may NOT be NULL.
- pSrcRect
- [in] Specifies source rectangle on the image page to print. If this parameter is NULL then the whole page will be printed.
- dwFlags
- [in, defaultvalue(0)] The is reserved and should be 0.
Return Value
Returns S_OK if operation was successful or error code in other cases.