LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorantName Property
See Also 
Leadtools.ColorConversion Namespace > IccColorantTableData Structure : ColorantName Property



Gets or sets the colorant name.

Syntax

Visual Basic (Declaration) 
Public Property ColorantName As Byte()
Visual Basic (Usage)Copy Code
Dim instance As IccColorantTableData
Dim value() As Byte
 
instance.ColorantName = value
 
value = instance.ColorantName
C# 
public byte[] ColorantName {get; set;}
C++/CLI 
public:
property array<byte>^ ColorantName {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Array of 32 bytes, that contains the colorant name (null terminated).

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also