←Select platform

IccData Constructor

Summary

Initializes a new IccData with explicit parameters.

Syntax
C#
VB
C++
public IccData( 
   byte[] data, 
   IccDataType type 
) 
  
Public Function New( _ 
   ByVal data() As Byte, _ 
   ByVal type As IccDataType _ 
) 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly