IString::Value Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IString::Value Property}} | {{#customTitle:IString::Value Property}} | ||
{{#parentPage:PXV:IString#Properties|Value|property}} | {{#parentPage:PXV:IString#Properties|Value|property}} | ||
− | + | ||
Gets/sets the <code>BSTR</code> value of the string. | Gets/sets the <code>BSTR</code> value of the string. |
Latest revision as of 14:57, 16 June 2015
Gets/sets the BSTR
value of the string.
Syntax
HRESULT get_Value([out, retval] BSTR* sVal); HRESULT put_Value([in] BSTR sVal);