Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ColorantsData Property
See Also 
Leadtools.ColorConversion Namespace > IccColorantTableTagType Class : ColorantsData Property



Gets or sets the IccColorantTableData structure.

Syntax

Visual Basic (Declaration) 
Public Property ColorantsData As IccColorantTableData()
Visual Basic (Usage)Copy Code
Dim instance As IccColorantTableTagType
Dim value() As IccColorantTableData
 
instance.ColorantsData = value
 
value = instance.ColorantsData
C# 
public IccColorantTableData[] ColorantsData {get; set;}
C++/CLI 
public:
property array<IccColorantTableData>^ ColorantsData {
   array<IccColorantTableData>^ get();
   void set (IccColorantTableDataarray<value>^ value);
}

Return Value

IccColorantTableData structure that contains the tag's data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also