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



Gets or sets the tags list.

Syntax

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

Property Value

IccTag class that contains a list of 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