IPXC_DocSrcInfo::CustDispFileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_DocSrcInfo::CustDispFileName Property}}
 
{{#customTitle:IPXC_DocSrcInfo::CustDispFileName Property}}
 
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispFileName|property}}
 
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispFileName|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CustDispFileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets  Value of BSTR ...
+
Property '''CustDispFileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets  Value of BSTR containing the custom display file name. It may be used by Import Converters - to specify  file name for User Interface, by the Editor for displaying in the UI and for the 'Save As' feature.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:05, 16 March 2016


Property CustDispFileName of interface IPXC_DocSrcInfo returns/sets Value of BSTR containing the custom display file name. It may be used by Import Converters - to specify file name for User Interface, by the Editor for displaying in the UI and for the 'Save As' feature.

Syntax

HRESULT get_CustDispFileName([out, retval]  BSTR*  sVal);
HRESULT put_CustDispFileName([in]  BSTR  sVal);

See Also

IPXC_DocSrcInfo