IString::Value Property

From PDF XChange PDF SDK
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