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




data
Array that contains the tag data.
type
A value that indicates the method type. For a list of possible values, refer to ICCDATATYPEFLAGS.
Initializes a new IccData with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal data() As Byte, _
   ByVal type As IccDataType _
)
Visual Basic (Usage)Copy Code
Dim data() As Byte
Dim type As IccDataType
 
Dim instance As IccData(data, type)
C# 
public IccData( 
   byte[] data,
   IccDataType type
)
Managed Extensions for C++ 
public: IccData( 
   byte[]* data,
   IccDataType type
)
C++/CLI 
public:
IccData( 
   array<byte>^ data,
   IccDataType type
)

Parameters

data
Array that contains the tag data.
type
A value that indicates the method type. For a list of possible values, refer to ICCDATATYPEFLAGS.

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