IPXV_Control::Src Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::Src Property}}
 
{{#customTitle:IPXV_Control::Src Property}}
 +
{{#parentPage:PXV:IPXV_Control#Properties|Src|property}}
 +
{{ToReview}}
  
Property '''Src''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns/sets Value of BSTR ...
+
Gets/sets the source file name of document. You may use it to put the path to file to open.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval] BSTR* ppSrc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval] BSTR* sSrc);
HRESULT put_Src([in] BSTR ppSrc);
+
HRESULT put_Src([in] BSTR sSrc);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:51, 15 June 2015


Gets/sets the source file name of document. You may use it to put the path to file to open.

Syntax

HRESULT get_Src([out, retval]  BSTR*  sSrc);
HRESULT put_Src([in]  BSTR  sSrc);

See Also

IPXV_Control