LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Prefix Property

Show in webframe





Gets or sets the prefix for each color name.
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:
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

See Also

Reference

IccNamedColor2 Structure
IccNamedColor2 Members

 

 


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