IIXC_Inst::Page_CreateFromClipboard Method

From PDF XChange PDF SDK
Revision as of 04:02, 21 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


The method creates a page from image data contained in the clipboard..

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 the 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.

See Also

IIXC_Inst
IIXC_Page
IIXC_Inst::Page_CreateFromHBITMAP
IIXC_Inst::Page_CreateFromMemory
IIXC_Inst::Page_CreateEmpty