LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IccTagList Structure
See Also  Members  
Leadtools.ColorConversion Namespace : IccTagList Structure



Contains a list of all the tags in the ICC profile.

Object Model

IccTagList StructureIccTagList StructureIccTag Structure

Syntax

Visual Basic (Declaration) 
Public Structure IccTagList 
   Inherits System.ValueType
Visual Basic (Usage)Copy Code
Dim instance As IccTagList
C# 
public struct IccTagList : System.ValueType 
C++/CLI 
public value class IccTagList : public System.ValueType 

Example

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.IccTagList

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also