←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 Leadtools.Colorconversion.IccDataType _ 
) 
public: 
IccData(  
   array<byte>^ data, 
   Leadtools.Colorconversion.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly