IPXC_DocSrcInfo::CustDispFileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocSrcInfo::CustDispFileName Property}}
 
{{#customTitle:IPXC_DocSrcInfo::CustDispFileName Property}}
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispFileName Property|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_CustDispFileName([out, retval]  BSTR*  ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CustDispFileName([out, retval]  BSTR*  sVal);
HRESULT put_CustDispFileName([in]  BSTR  ppVal);
+
HRESULT put_CustDispFileName([in]  BSTR  sVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]].
+
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]]

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