IPXC_Action_Launch::NewWindow Property

From PDF XChange PDF SDK
Revision as of 04:58, 20 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

Syntax

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

See Also

IPXC_Action_Launch.