IPXC_Action_Goto::NewWindow Property

From PDF XChange PDF SDK
Jump to: navigation, search
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 04:09, 23 May 2015

Gets/sets whether the remote file will be opened in new window. The pNewWindow parameter will be less than 0 when the action does not have such an entry set in the action dictionary. If the action dictionary has a NewWindow entry, 0 or 1 will be returned.

Syntax

HRESULT get_NewWindow([out, retval]  LONG*  pNewWindow);
HRESULT put_NewWindow([in]  LONG  pNewWindow);

See Also

IPXC_Action_Goto