LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Suffix Property

Show in webframe





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

 

 


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