IPXC_DocSrcInfo::CustFileName Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocSrcInfo::CustFileName Property}}
 
{{#customTitle:IPXC_DocSrcInfo::CustFileName Property}}
{{#parentPage:PXV:IPXC_DocSrcInfo|property}}
+
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustFileName|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CustFileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets  Value of BSTR ...
+
Property '''CustFileName''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets  Value of BSTR that may be used by ImportConvertors - to specify the source file name and will be used by Editor for the 'OpenFolderAndSelect' feature.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CustFileName([out, retval] BSTR* ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CustFileName([out, retval] BSTR* sVal);
HRESULT put_CustFileName([in] BSTR ppVal);
+
HRESULT put_CustFileName([in] BSTR sVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]].
+
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]]

Latest revision as of 03:15, 16 March 2016


Property CustFileName of interface IPXC_DocSrcInfo returns/sets Value of BSTR that may be used by ImportConvertors - to specify the source file name and will be used by Editor for the 'OpenFolderAndSelect' feature.

Syntax

HRESULT get_CustFileName([out, retval]  BSTR*  sVal);
HRESULT put_CustFileName([in]  BSTR  sVal);

See Also

IPXC_DocSrcInfo