Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccDataTagType Constructor(IccData)
See Also 
Leadtools.ColorConversion Namespace > IccDataTagType Class > IccDataTagType Constructor : IccDataTagType Constructor(IccData)




data
IccData structure that contains the tag's data.
Initializes a new IccDataTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal data As IccData _
)
Visual Basic (Usage)Copy Code
Dim data As IccData
 
Dim instance As IccDataTagType(data)
C# 
public IccDataTagType( 
   IccData data
)
Managed Extensions for C++ 
public: IccDataTagType( 
   IccData data
)
C++/CLI 
public:
IccDataTagType( 
   IccData data
)

Parameters

data
IccData structure that contains the tag's data.

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