IPXC_ActionHandler::CopyAction Method

From PDF XChange PDF SDK
Revision as of 05:54, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Copies data from the source into given action.

Syntax

HRESULT CopyAction([in]                      IPXC_Action*         pAction,
                   [in]                      IPXC_Document*       pDestDoc,
                   [in, defaultvalue(NULL)]  IPXC_RemapCallback*  pRemap,
                   [out, retval]             IPXS_PDFVariant**    ppCopy);

Parameters

pAction
[in] Pointer to IPXC_Action containing the source action.
pDestDoc
[in] Pointer to IPXC_Document containing the destination document.
pRemap
[in, defaultvalue(NULL)] Pointer to IPXC_RemapCallback containing the callback for page remaping.
ppCopy
[out, retval] Pointer to IPXS_PDFVariant containing resulting copy of the action.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXC_ActionHandler.