IPXC_Action_Goto::DestName Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 12: | Line 12: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]] | + | [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]] |
Revision as of 03:09, 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);