IPXV_Control::Src Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Src([out, retval] BSTR* sSrc); |
− | HRESULT put_Src([in] BSTR | + | 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 01: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);