IPXV_Control::Src Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval]  BSTR*  sSrc);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval]  BSTR*  Src);
HRESULT put_Src([in]  BSTR  sSrc);
+
HRESULT put_Src([in]  BSTR  Src);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Control|IPXV_Control]]
 
[[PXV:IPXV_Control|IPXV_Control]]

Revision as of 07:26, 12 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*  Src);
HRESULT put_Src([in]  BSTR  Src);

See Also

IPXV_Control