IColor::Value Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 6: | Line 6: | ||
{{ToReview}} | {{ToReview}} | ||
− | Property ''' | + | Property '''sValue''' of interface [[PXV:IColor|IColor]] returns/sets Value of BSTR ... |
== 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 02:14, 15 June 2015
Property sValue of interface IColor returns/sets Value of BSTR ...
Syntax
HRESULT get_Value([out, retval] BSTR* sValue); HRESULT put_Value([in] BSTR sValue);