LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccNameRecord Constructor (IccNameRecord)






A value that represents the name language code from ISO-639.
A value that represents the name country code from ISO-13166.
A value that represents the name length in bytes.
A value that represents the name offset from the start of the tag in bytes.
Initializes a new IccNameRecord with explicit parameters. .NET support
Syntax
public IccNameRecord( 
   ushort nameLanguageCode,
   ushort nameCountryCode,
   int nameLength,
   int nameOffset
)
'Declaration
 
Public Function New( _
   ByVal nameLanguageCode As UShort, _
   ByVal nameCountryCode As UShort, _
   ByVal nameLength As Integer, _
   ByVal nameOffset As Integer _
)
'Usage
 
Dim nameLanguageCode As UShort
Dim nameCountryCode As UShort
Dim nameLength As Integer
Dim nameOffset As Integer
 
Dim instance As New IccNameRecord(nameLanguageCode, nameCountryCode, nameLength, nameOffset)
public IccNameRecord( 
   ushort nameLanguageCode,
   ushort nameCountryCode,
   int nameLength,
   int nameOffset
)
function IccNameRecord( 
   nameLanguageCode ,
   nameCountryCode ,
   nameLength ,
   nameOffset 
)
public:
IccNameRecord( 
   ushort nameLanguageCode,
   ushort nameCountryCode,
   int nameLength,
   int nameOffset
)

Parameters

nameLanguageCode
A value that represents the name language code from ISO-639.
nameCountryCode
A value that represents the name country code from ISO-13166.
nameLength
A value that represents the name length in bytes.
nameOffset
A value that represents the name offset from the start of the tag in bytes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccNameRecord Structure
IccNameRecord Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.