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