IPXC_ActionHandler::CopyAction Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m |
||
Line 4: | Line 4: | ||
{{ToReview}} | {{ToReview}} | ||
− | Copies data from the source into given action. | + | Copies data from the source into a given action. |
== Syntax == | == Syntax == | ||
Line 14: | Line 14: | ||
== Parameters == | == Parameters == | ||
;pAction | ;pAction | ||
− | :[in] Pointer to [[PXV:IPXC_Action|IPXC_Action]] containing the source action. | + | :[in] Pointer to a [[PXV:IPXC_Action|IPXC_Action]] containing the source action. |
;pDestDoc | ;pDestDoc | ||
− | :[in] Pointer to [[PXV:IPXC_Document|IPXC_Document]] containing the destination document. | + | :[in] Pointer to a [[PXV:IPXC_Document|IPXC_Document]] containing the destination document. |
;pRemap | ;pRemap | ||
− | :[in, defaultvalue(NULL)] Pointer to [[PXV:IPXC_RemapCallback|IPXC_RemapCallback]] containing the callback for page | + | :[in, defaultvalue(NULL)] Pointer to a [[PXV:IPXC_RemapCallback|IPXC_RemapCallback]] containing the callback for page remapping. |
;ppCopy | ;ppCopy | ||
− | :[out, retval] Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] containing | + | :[out, retval] Pointer to a [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] containing the resulting action copy. |
== Return Value == | == Return Value == | ||
− | Returns S_OK if operation was successful or error code in other cases. | + | Returns S_OK if operation was successful or an error code in other cases. |
== See Also == | == See Also == | ||
See also [[PXV:IPXC_ActionHandler|IPXC_ActionHandler]]. | See also [[PXV:IPXC_ActionHandler|IPXC_ActionHandler]]. |
Revision as of 04:45, 14 May 2015
Copies data from the source into a given action.
Contents
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
See also IPXC_ActionHandler.