IPXV_Control::Src Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== 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 ==
 
[[PXV:IPXV_Control|IPXV_Control]]
 
[[PXV:IPXV_Control|IPXV_Control]]

Revision as of 02:36, 4 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