IPXC_Action_Goto::IsNamedDest Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_Action_Goto::IsNamedDest Property}}
 
{{#customTitle:IPXC_Action_Goto::IsNamedDest Property}}
  
Property '''IsNamedDest''' of interface [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]] returns  Value of VARIANT_BOOL ...
+
Gets whether the action has a named destination set. If the named destination parameter is not set or the named destination string is empty pVal will be equal to VARIANT_FALSE.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 05:03, 14 April 2015

Gets whether the action has a named destination set. If the named destination parameter is not set or the named destination string is empty pVal will be equal to VARIANT_FALSE.

Syntax

HRESULT get_IsNamedDest([out, retval] VARIANT_BOOL* pVal);

See Also

See also IPXC_Action_Goto.