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

Show in webframe

Suffix Property






Gets or sets the suffix for each color name.
Syntax
public byte[] Suffix {get; set;}
'Declaration
 
Public Property Suffix As Byte()
'Usage
 
Dim instance As IccNamedColor2
Dim value() As Byte
 
instance.Suffix = value
 
value = instance.Suffix

            

            
public:
property array<byte>^ Suffix {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Array that contains the suffix for each color name (32-byte field that includes null termination).
Requirements

Target Platforms

See Also

Reference

IccNamedColor2 Structure
IccNamedColor2 Members

Error processing SSI file