IIXC_Page::CopyChannel Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT CopyChannel([in] IXC_Channel dstChannel, [in] IIXC_Page* srcFrom, [in] IXC_Channel srcChannel, [in] RECT* pRect, [in] LONG sx, [in] LONG sy);
Parameters
- dstChannel
- [in] Value of IXC_Channel.
- srcFrom
- [in] Pointer to IIXC_Page.
- srcChannel
- [in] Value of IXC_Channel.
- pRect
- [in] Pointer to RECT.
- sx
- [in] Value of LONG.
- sy
- [in] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IIXC_Page.