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;} |
Managed Extensions for C++ | |
---|
public: __property byte[]* get_ColorantName();
public: __property void set_ColorantName(
byte[]* value
); |
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 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