LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

Suffix Property






Gets or sets the suffix for each color name. .NET support
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 byte[] Suffix {get; set;}
 get_Suffix();
set_Suffix(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccNamedColor2 Structure
IccNamedColor2 Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.