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

Revision as of 03:14, 15 June 2015


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

Syntax

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

See Also

IColor