IColor::Type 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_Type([out, retval]  ColorType*  nType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval]  ColorType*  Type);
HRESULT put_Type([in]  ColorType  nType);
+
HRESULT put_Type([in]  ColorType  Type);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IColor|IColor]]
 
[[PXV:IColor|IColor]]

Revision as of 06:48, 12 June 2015


Property Type of interface IColor returns/sets Value of ColorType ...

Syntax

HRESULT get_Type([out, retval]  ColorType*  Type);
HRESULT put_Type([in]  ColorType  Type);

See Also

IColor