IString::Value Property

From PDF XChange PDF SDK
Revision as of 07:46, 12 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*  Val);
HRESULT put_Value([in]  BSTR  Val);

See Also

IString