IIXC_Page::CopyToClipboard Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Page::CopyToClipboard Method}} | {{#customTitle:IIXC_Page::CopyToClipboard Method}} | ||
− | {{#parentPage:PXV:IIXC_Page|CopyToClipboard | + | {{#parentPage:PXV:IIXC_Page#Methods|CopyToClipboard|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. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CopyToClipboard([in] | + | <pre class="brush:cpp;gutter:false">HRESULT CopyToClipboard([in] ULONG nType, |
− | [in] RECT* | + | [in] RECT* stRect, |
[in, defaultvalue(0)] HANDLE_T hOwner);</pre> | [in, defaultvalue(0)] HANDLE_T hOwner);</pre> | ||
== Parameters == | == Parameters == | ||
;nType | ;nType | ||
− | :[in] | + | :[in] Value of ULONG. |
− | ; | + | ;stRect |
− | :[in] Pointer to RECT | + | :[in] Pointer to RECT. |
;hOwner | ;hOwner | ||
− | :[in, defaultvalue(0)] | + | :[in, defaultvalue(0)] Value of HANDLE_T. |
== Return Value == | == Return Value == | ||
Line 23: | Line 23: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Page|IIXC_Page]] | |
− | + |
Latest revision as of 02:16, 15 June 2015
The method copies the specified page or its rectangular area onto the clipboard.
Syntax
HRESULT CopyToClipboard([in] ULONG nType, [in] RECT* stRect, [in, defaultvalue(0)] HANDLE_T hOwner);
Parameters
- nType
- [in] Value of ULONG.
- stRect
- [in] Pointer to RECT.
- hOwner
- [in, defaultvalue(0)] Value of HANDLE_T.
Return Value
Returns S_OK if operation was successful or error code in other cases.