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)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 03:51, 15 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