IPXC_Action_Goto::DestName Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:IPXC_Action_Goto::DestName Property}}
 
{{#customTitle:IPXC_Action_Goto::DestName Property}}
  
Gets/sets named destination.
+
Gets/sets named destination. When the action does not have a named destination parameter the pDestName will be an empty string.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 04:45, 14 April 2015

Gets/sets named destination. When the action does not have a named destination parameter the pDestName will be an empty string.

Syntax

HRESULT get_DestName([out, retval] BSTR* pDestName);
HRESULT put_DestName([in] BSTR pDestName);

See Also

See also IPXC_Action_Goto.