LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccData Constructor (IccData)






Array that contains the tag data.
A value that indicates the method type. For a list of possible values, refer to ICCDATATYPEFLAGS.
Initializes a new IccData with explicit parameters. .NET support
Syntax
public IccData( 
   byte[] data,
   IccDataType type
)
'Declaration
 
Public Function New( _
   ByVal data() As Byte, _
   ByVal type As IccDataType _
)
'Usage
 
Dim data() As Byte
Dim type As IccDataType
 
Dim instance As New IccData(data, type)
public IccData( 
   byte[] data,
   IccDataType type
)
function IccData( 
   data ,
   type 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccData Structure
IccData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.