IPXC_ActionHandler::CopyAction Method

From PDF XChange PDF SDK
Jump to: navigation, search
m
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ActionHandler::CopyAction Method}}
 
{{#customTitle:IPXC_ActionHandler::CopyAction Method}}
 
{{#parentPage:PXV:IPXC_ActionHandler|CopyAction Method|method}}
 
{{#parentPage:PXV:IPXC_ActionHandler|CopyAction Method|method}}
 
  
 
Copies data from the source into a given action.
 
Copies data from the source into a given action.
Line 26: Line 26:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_ActionHandler|IPXC_ActionHandler]].
+
[[PXV:IPXC_ActionHandler|IPXC_ActionHandler]].

Revision as of 04:59, 20 May 2015

Copies data from the source into a 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 a IPXC_Action containing the source action.
pDestDoc
[in] Pointer to a IPXC_Document containing the destination document.
pRemap
[in, defaultvalue(NULL)] Pointer to a IPXC_RemapCallback containing the callback for page remapping.
ppCopy
[out, retval] Pointer to a IPXS_PDFVariant containing the resulting action copy.

Return Value

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

See Also

IPXC_ActionHandler.