IPXC_Action_Goto::Dest Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_Goto::Dest Property}}
 
{{#customTitle:IPXC_Action_Goto::Dest Property}}
 
{{#parentPage:PXV:IPXC_Action_Goto|Dest Property|property}}
 
{{#parentPage:PXV:IPXC_Action_Goto|Dest Property|property}}
 
  
 
Gets/sets [[PXV:PXC_Destination|destination]] structure.
 
Gets/sets [[PXV:PXC_Destination|destination]] structure.
Line 12: Line 12:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]].
+
[[PXV:IPXC_Action_Goto|IPXC_Action_Goto]].

Revision as of 04:57, 20 May 2015

Gets/sets destination structure.

Syntax

HRESULT get_Dest([out, retval]  PXC_Destination*  pDest);
HRESULT put_Dest([in]  PXC_Destination*  pDest);

See Also

IPXC_Action_Goto.