IColor::Value Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval] BSTR* sValue); |
− | HRESULT put_Value([in] BSTR | + | HRESULT put_Value([in] BSTR sValue); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IColor|IColor]] | [[PXV:IColor|IColor]] |
Revision as of 01:06, 4 June 2015
Property Value of interface IColor returns/sets Value of BSTR ...
Syntax
HRESULT get_Value([out, retval] BSTR* sValue); HRESULT put_Value([in] BSTR sValue);