IIXC_Page::CopyToClipboard Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::CopyToClipboard Method}} | {{#customTitle:IIXC_Page::CopyToClipboard Method}} | ||
{{#parentPage:PXV:IIXC_Page|CopyToClipboard Method|method}} | {{#parentPage:PXV:IIXC_Page|CopyToClipboard Method|method}} | ||
− | |||
The method copies the specified page or its rectangular area onto the clipboard. | The method copies the specified page or its rectangular area onto the clipboard. |
Revision as of 03:49, 20 May 2015
The method copies the specified page or its rectangular area onto the clipboard.
Syntax
HRESULT CopyToClipboard([in] UINT nType, [in] RECT* pRect, [in, defaultvalue(0)] HANDLE_T hOwner);
Parameters
- nType
- [in] Specifies the data type which should be copied onto the clipboard. May be a combination of these CopyClipboard values.
- pRect
- [in] Pointer to RECT structure which defines the rectangular area of the page which should be processed. If this parameter is NULL, the entire page will be processed.
- hOwner
- [in, defaultvalue(0)] Value of HANDLE_T parent window owner handle.
Return Value
Returns S_OK if operation was successful or error code in other cases.