IPXC_Action_Goto::Dest Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_Action_Goto::Dest Property}}
 
{{#customTitle:IPXC_Action_Goto::Dest Property}}
  
Property '''Dest''' of interface [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]] returns/sets Pointer to [[PXV:PXC_Destination|PXC_Destination]] ...
+
Gets/sets destination structure.
  
  

Revision as of 02:55, 14 April 2015

Gets/sets destination structure.


Syntax

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

See Also

See also IPXC_Action_Goto.