IColor::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IColor::Type Property}}
 
{{#customTitle:IColor::Type Property}}
 +
{{#parentPage:PXV:IColor#Properties|Type|property}}
 +
{{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* pType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Type([out, retval] ColorType* nType);
HRESULT put_Type([in] ColorType pType);
+
HRESULT put_Type([in] ColorType nType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== 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