LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

ColorantsData Property (IccColorantTableTagType)

Show in webframe





Gets or sets the IccColorantTableData structure.
Syntax
public IccColorantTableData[] ColorantsData {get; set;}
'Declaration
 
Public Property ColorantsData As IccColorantTableData()
'Usage
 
Dim instance As IccColorantTableTagType
Dim value() As IccColorantTableData
 
instance.ColorantsData = value
 
value = instance.ColorantsData

            

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

Property Value

IccColorantTableData structure that contains the tag's data.
Requirements

Target Platforms

See Also

Reference

IccColorantTableTagType Class
IccColorantTableTagType Members

 

 


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