Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
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;}
Managed Extensions for C++ 
public: __property IccTag[]* get_Tags();
public: __property void set_Tags( 
   IccTag[]* value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also