IPXC_ActionHandler::RestoreAction Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_ActionHandler::RestoreAction Method}}
 
{{#customTitle:IPXC_ActionHandler::RestoreAction Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets action from the PDF structure.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pStorage''
 
;''pStorage''
:[in]  Pointer to [[PXV:IPXS_Document|IPXS_Document]].
+
:[in]  Pointer to [[PXV:IPXS_Document|IPXS_Document]] containing the source document.
 
;''pVar''
 
;''pVar''
:[in]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]].
+
:[in]  Pointer to [[PXV:IPXS_PDFVariant|IPXS_PDFVariant]] containing the source variant of the action.
 
;''pDestDoc''
 
;''pDestDoc''
:[in]  Pointer to [[PXV:IPXC_Document|IPXC_Document]].
+
:[in]  Pointer to [[PXV:IPXC_Document|IPXC_Document]] containing the designated document.
 
;''ppAction''
 
;''ppAction''
:[out, retval]  Pointer to [[PXV:IPXC_Action|IPXC_Action]].
+
:[out, retval]  Pointer to [[PXV:IPXC_Action|IPXC_Action]] containing the restored action.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 23:45, 15 April 2015

Gets action from the PDF structure.

Syntax

HRESULT RestoreAction([in] IPXS_Document* pStorage, [in] IPXS_PDFVariant* pVar, [in] IPXC_Document* pDestDoc, [out, retval] IPXC_Action** ppAction);

Parameters

pStorage
[in] Pointer to IPXS_Document containing the source document.
pVar
[in] Pointer to IPXS_PDFVariant containing the source variant of the action.
pDestDoc
[in] Pointer to IPXC_Document containing the designated document.
ppAction
[out, retval] Pointer to IPXC_Action containing the restored action.

Return Value

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

See Also

See also IPXC_ActionHandler.