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 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Value''' of interface [[PXV:IColor|IColor]] returns/sets  Value of BSTR ...
+
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*  Value);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Value([out, retval]  BSTR*  sValue);
HRESULT put_Value([in]  BSTR  Value);
+
HRESULT put_Value([in]  BSTR  sValue);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IColor|IColor]]
 
[[PXV:IColor|IColor]]

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

See Also

IColor