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

Prefix Property






Gets or sets the prefix for each color name. .NET support
Syntax
public byte[] Prefix {get; set;}
'Declaration
 
Public Property Prefix As Byte()
'Usage
 
Dim instance As IccNamedColor2
Dim value() As Byte
 
instance.Prefix = value
 
value = instance.Prefix
public byte[] Prefix {get; set;}
 get_Prefix();
set_Prefix(value);
public:
property array<byte>^ Prefix {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Array that contains the prefix 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.