LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
TagList Property
See Also 
Leadtools.ColorConversion Namespace > IccProfileExtended Class : TagList Property



Gets or sets the ICC profile tag list.

Syntax

Visual Basic (Declaration) 
Public Property TagList As IccTagList
Visual Basic (Usage)Copy Code
Dim instance As IccProfileExtended
Dim value As IccTagList
 
instance.TagList = value
 
value = instance.TagList
C# 
public IccTagList TagList {get; set;}
C++/CLI 
public:
property IccTagList TagList {
   IccTagList get();
   void set (    IccTagList value);
}

Property Value

IccTagList structure that contains information and data about all the tags in the ICC profile.

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