IString::Value Property

From PDF XChange PDF SDK
Revision as of 15:57, 16 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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