IIXC_Inst::Page_CreateFromClipboard Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;Types |
− | :[in] Pointer to | + | :[in] Pointer to ULONG. |
− | ; | + | ;Count |
− | :[in] Value of ULONG | + | :[in] Value of ULONG. |
− | ; | + | ;Index |
− | :[out] Pointer to LONG | + | :[out] Pointer to LONG. |
− | ; | + | ;Page |
:[out, retval] Pointer to [[PXV:IIXC_Page|IIXC_Page]]. | :[out, retval] Pointer to [[PXV:IIXC_Page|IIXC_Page]]. | ||
Revision as of 06:50, 12 June 2015
The method creates a page from image data contained in the clipboard..
Syntax
HRESULT Page_CreateFromClipboard([in] UINT* nTypes, [in] ULONG nCount, [out] LONG* nIndex, [out, retval] IIXC_Page** pPage);
Parameters
- Types
- [in] Pointer to ULONG.
- Count
- [in] Value of ULONG.
- Index
- [out] Pointer to LONG.
- Page
- [out, retval] Pointer to IIXC_Page.
Return Value
Returns S_OK if operation was successful or error code in other cases.