LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ColorantName Property

Show in webframe





Gets or sets the colorant name.
Syntax
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);
}

Property Value

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

Target Platforms

See Also

Reference

IccColorantTableData Structure
IccColorantTableData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.