IPXC_Action_Goto::DestName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Action_Goto::DestName Property}}
 
{{#customTitle:IPXC_Action_Goto::DestName Property}}
{{#parentPage:PXV:IPXC_Action_Goto|DestName Property|property}}
+
{{#parentPage:PXV:IPXC_Action_Goto#Properties|DestName|property}}
 
+
  
 
Gets/sets named destination. When the action does not have a named destination parameter, the pDestName will be an empty string.
 
Gets/sets named destination. When the action does not have a named destination parameter, the pDestName will be an empty string.
Line 12: Line 12:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]].
+
[[PXV:IPXC_Action_Goto|IPXC_Action_Goto]]

Latest revision as of 08:01, 23 May 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*  ppDestName);
HRESULT put_DestName([in]  BSTR  ppDestName);

See Also

IPXC_Action_Goto