←Select platform

ColorantName Property

Summary

Gets or sets the colorant name.

Syntax
C#
VB
C++
public byte[] ColorantName { get; set; } 
  
Public Property ColorantName As Byte() 
public: 
property array<byte>^ ColorantName { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly