IString::Value Property

From PDF XChange PDF SDK
Revision as of 02:15, 3 June 2015 by Palamar (Talk | contribs)

Jump to: navigation, search


Gets/sets the BSTR value of the string.

Syntax

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

See Also

IString