LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

IccData Constructor (IccData)

Show in webframe





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.
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( 
   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

See Also

Reference

IccData Structure
IccData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.