Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
C++/CLI 
public:
IccDataTagType( 
   IccData data
)

Parameters

data
IccData structure that contains the tag's data.

Requirements

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

See Also