Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also