IPXV_Control::Src Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets/sets the source file name of document. You may use it to put the path to file that should be opened.   
+
Gets/sets the source file name of document. You may use it to put the path to file to open.   
  
 
== Syntax ==
 
== Syntax ==

Revision as of 12:35, 29 May 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*  ppSrc);
HRESULT put_Src([in]  BSTR  ppSrc);

See Also

IPXV_Control