IColor::Value Property

From PDF XChange PDF SDK
Jump to: navigation, search
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*  ppValue);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval]  BSTR*  sValue);
HRESULT put_Value([in]  BSTR  ppValue);
+
HRESULT put_Value([in]  BSTR  sValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IColor|IColor]]
 
[[PXV:IColor|IColor]]

Revision as of 02: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);

See Also

IColor