IString::Value Property

From PDF XChange PDF SDK
Revision as of 04:10, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Gets/sets the BSTR value of the string.

Syntax

HRESULT get_Value([out, retval]  BSTR*  sVal);
HRESULT put_Value([in]  BSTR  sVal);

See Also

IString