IIXC_Inst::Page_CreateFromClipboard Method
From PDF XChange PDF SDK
Line 2: | Line 2: | ||
{{#customTitle:IIXC_Inst::Page_CreateFromClipboard Method}} | {{#customTitle:IIXC_Inst::Page_CreateFromClipboard Method}} | ||
{{#parentPage:PXV:IIXC_Inst|Page_CreateFromClipboard Method|method}} | {{#parentPage:PXV:IIXC_Inst|Page_CreateFromClipboard Method|method}} | ||
− | + | ||
{{ToReview}} | {{ToReview}} | ||
Revision as of 00:48, 30 April 2015
The method creates a page from image data contained in the clipboard..
Contents
Syntax
HRESULT Page_CreateFromClipboard([in] UINT* pTypes, [in] ULONG nCount, [out] LONG* pIndex, [out, retval] IIXC_Page** ppPage);
Parameters
- pTypes
- [in] Pointer to the array of standard clipboard format flags in Windows API.
- nCount
- [in] Value of ULONG the variable that contain size of types.
- pIndex
- [out] Pointer to LONG returned the variable that contain index of type.
- ppPage
- [out, retval] Pointer to IIXC_Page.
Return Value
Returns S_OK if operation was successful or error code in other cases.