←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly