←Select platform

IccTextTagType Constructor(byte[])

Summary

Initializes a new IccTextTagType with explicit parameters.

Syntax

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

Parameters

data
Array that contains a string of 7-bit ASCII characters.

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