Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 (IccTagarray<value>^ value);
}

Return Value

IccTag class that contains a list of all the tags in the ICC profile.

Requirements

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

See Also