IColor::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IColor::Type Property}}
 
{{#customTitle:IColor::Type Property}}
 
{{#parentPage:PXV:IColor#Properties|Type|property}}
 
{{#parentPage:PXV:IColor#Properties|Type|property}}
{{ToWrite}}
 
 
{{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]] containing the type of the color that is being stored.
  
 
== 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]]

Latest revision as of 03:25, 16 March 2017


Property nType of interface IColor returns/sets Value of ColorType containing the type of the color that is being stored.

Syntax

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

See Also

IColor