Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > IccColorantTableData Structure : ColorantName Property |
public byte[] ColorantName {get; set;}
'Declaration Public Property ColorantName As Byte()
'Usage Dim instance As IccColorantTableData Dim value() As Byte instance.ColorantName = value value = instance.ColorantName
public: property array<byte>^ ColorantName { array<byte>^ get(); void set ( array<byte>^ value); }