Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

ColorantName Property






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

Error processing SSI file