Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also