IPXC_Action_Launch::FileName 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_Launch|IPXC_Action_Launch]].
+
[[PXV:IPXC_Action_Launch|IPXC_Action_Launch]]

Revision as of 04:09, 23 May 2015

Gets/sets the file name from Win entry of action's dictionary, when it is specified. Note that this option is deprecated and FileSpec should be used instead which means that F entry of the action's dictionary is more superior and will be used if set when saving the action.

Syntax

HRESULT get_FileName([out, retval]  BSTR*  ppFileName);
HRESULT put_FileName([in]  BSTR  ppFileName);

See Also

IPXC_Action_Launch