IPXC_Action_Goto::DestName Property

From PDF XChange PDF SDK
Revision as of 08:01, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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