IPXC_ActionHandler::CopyAction Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_ActionHandler::CopyAction Method}}
 
{{#customTitle:IPXC_ActionHandler::CopyAction Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Copies data from the source into given action.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pAction''
 
;''pAction''
:[in]  Pointer to [[PXV:IPXC_Action|IPXC_Action]].
+
:[in]  Pointer to [[PXV:IPXC_Action|IPXC_Action]] containing the source action.
 
;''pDestDoc''
 
;''pDestDoc''
:[in]  Pointer to [[PXV:IPXC_Document|IPXC_Document]].
+
:[in]  Pointer to [[PXV:IPXC_Document|IPXC_Document]] containing the destination document.
 
;''pRemap''
 
;''pRemap''
:[in, optional]  Pointer to [[PXV:IPXC_RemapCallback|IPXC_RemapCallback]].
+
:[in, optional]  Pointer to [[PXV:IPXC_RemapCallback|IPXC_RemapCallback]] containing the callback for page remaping.
 
;''ppCopy''
 
;''ppCopy''
:[out, retval]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
+
:[out, retval]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] containing resulting copy of the action.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 08:04, 15 April 2015

Copies data from the source into given action.

Syntax

HRESULT CopyAction([in] IPXC_Action* pAction, [in] IPXC_Document* pDestDoc, [in, optional] 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, optional] 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.