←Select platform

IccProfileExtended Constructor(byte[])

Summary

Initializes a new IccProfileExtended with explicit parameters.

Syntax

C#
VB
C++
public IccProfileExtended( 
   byte[] data 
) 
  
Public Function New( _ 
   ByVal data() As Byte _ 
) 
public: 
IccProfileExtended(  
   array<byte>^ data 
) 

Parameters

data
Array that contains all the ICC Profile's data.

Example

For an example, refer to ReadFromImage(string,int32).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly