Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 (bytearray<value>^ value);
}

Return Value

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also