IPXC_Action_Goto::DestName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Goto::DestName Property}} | {{#customTitle:IPXC_Action_Goto::DestName Property}} | ||
+ | {{#parentPage:PXV:IPXC_Action_Goto|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
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. |
Revision as of 14:39, 20 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.