Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccTagList Constructor
See Also 
Leadtools.ColorConversion Namespace > IccTagList Structure : IccTagList Constructor




tags
IccTag class that contains a list of all the tags in the ICC profile.
Initializes a new IccTagList with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal tags() As IccTag _
)
Visual Basic (Usage)Copy Code
Dim tags() As IccTag
 
Dim instance As IccTagList(tags)
C# 
public IccTagList( 
   IccTag[] tags
)
Managed Extensions for C++ 
public: IccTagList( 
   IccTag[]* tags
)
C++/CLI 
public:
IccTagList( 
   array<IccTag>^ tags
)

Parameters

tags
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