Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
ColorantType Property
See Also 
Leadtools.ColorConversion Namespace > IccChromaticity Structure : ColorantType Property




Gets or sets the colorant type.

Syntax

Visual Basic (Declaration) 
Public Property ColorantType As IccColorantsType
Visual Basic (Usage)Copy Code
Dim instance As IccChromaticity
Dim value As IccColorantsType
 
instance.ColorantType = value
 
value = instance.ColorantType
C# 
public IccColorantsType ColorantType {get; set;}
Managed Extensions for C++ 
public: __property IccColorantsType get_ColorantType();
public: __property void set_ColorantType( 
   IccColorantsType value
);
C++/CLI 
public:
property IccColorantsType ColorantType {
   IccColorantsType get();
   void set (IccColorantsType value);
}

Return Value

Encoded value of phosphor or colorant type. For a list of possible value, refer to IccColorantsType.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also