LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ColorantsData Property (IccColorantOrderTagType)

Show in webframe





Gets or sets the chromaticity colorant data.
Syntax
public byte[] ColorantsData {get; set;}
'Declaration
 
Public Property ColorantsData As Byte()
'Usage
 
Dim instance As IccColorantOrderTagType
Dim value() As Byte
 
instance.ColorantsData = value
 
value = instance.ColorantsData

            

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

Property Value

Array that contains the tag's data.
Requirements

Target Platforms

See Also

Reference

IccColorantOrderTagType Class
IccColorantOrderTagType Members

 

 


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