IColor::Type Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
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 '''nType''' 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 ==

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