Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccNameRecord Constructor
See Also 
Leadtools.ColorConversion Namespace > IccNameRecord Structure : IccNameRecord Constructor




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.
Initializes a new IccNameRecord with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal nameLanguageCode As UShort, _
   ByVal nameCountryCode As UShort, _
   ByVal nameLength As Integer, _
   ByVal nameOffset As Integer _
)
Visual Basic (Usage)Copy Code
Dim nameLanguageCode As UShort
Dim nameCountryCode As UShort
Dim nameLength As Integer
Dim nameOffset As Integer
 
Dim instance As IccNameRecord(nameLanguageCode, nameCountryCode, nameLength, nameOffset)
C# 
public IccNameRecord( 
   ushort nameLanguageCode,
   ushort nameCountryCode,
   int nameLength,
   int nameOffset
)
Managed Extensions for C++ 
public: IccNameRecord( 
   ushort nameLanguageCode,
   ushort nameCountryCode,
   int nameLength,
   int nameOffset
)
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also