IIXC_Inst::Page_CreateFromClipboard Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IIXC_Inst::Page_CreateFromClipboard Method}} | {{#customTitle:IIXC_Inst::Page_CreateFromClipboard Method}} | ||
− | {{#parentPage:PXV:IIXC_Inst|Page_CreateFromClipboard | + | {{#parentPage:PXV:IIXC_Inst#Methods|Page_CreateFromClipboard|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Page_CreateFromClipboard([in] | + | <pre class="brush:cpp;gutter:false">HRESULT Page_CreateFromClipboard([in] ULONG* nTypes, |
[in] ULONG nCount, | [in] ULONG nCount, | ||
− | [out] LONG* | + | [out] LONG* nIndex, |
− | [out, retval] IIXC_Page** | + | [out, retval] IIXC_Page** pPage);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;nTypes |
− | :[in] Pointer to | + | :[in] Pointer to ULONG. |
;nCount | ;nCount | ||
− | :[in] Value of ULONG | + | :[in] Value of ULONG. |
− | ; | + | ;nIndex |
− | :[out] Pointer to LONG | + | :[out] Pointer to LONG. |
− | ; | + | ;pPage |
:[out, retval] Pointer to [[PXV:IIXC_Page|IIXC_Page]]. | :[out, retval] Pointer to [[PXV:IIXC_Page|IIXC_Page]]. | ||
Line 27: | Line 27: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IIXC_Inst|IIXC_Inst]] |
Latest revision as of 02:16, 15 June 2015
The method creates a page from image data contained in the clipboard..
Syntax
HRESULT Page_CreateFromClipboard([in] ULONG* nTypes, [in] ULONG nCount, [out] LONG* nIndex, [out, retval] IIXC_Page** pPage);
Parameters
- nTypes
- [in] Pointer to ULONG.
- nCount
- [in] Value of ULONG.
- nIndex
- [out] Pointer to LONG.
- pPage
- [out, retval] Pointer to IIXC_Page.
Return Value
Returns S_OK if operation was successful or error code in other cases.