IPXV_Control::Src Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Control::Src Property}} | {{#customTitle:IPXV_Control::Src Property}} | ||
{{#parentPage:PXV:IPXV_Control#Properties|Src|property}} | {{#parentPage:PXV:IPXV_Control#Properties|Src|property}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets/sets the source file name of document. You may use it to put the path to file that should be opened. | |
== Syntax == | == Syntax == |
Revision as of 11:35, 29 May 2015
Gets/sets the source file name of document. You may use it to put the path to file that should be opened.
Syntax
HRESULT get_Src([out, retval] BSTR* ppSrc); HRESULT put_Src([in] BSTR ppSrc);