←Select platform

IccNameRecord Constructor

Summary
Initializes a new IccNameRecord with explicit parameters.
Syntax
C#
C++/CLI
Python
public: 
IccNameRecord(  
   ushort nameLanguageCode, 
   ushort nameCountryCode, 
   int nameLength, 
   int nameOffset 
) 
__init__(self,nameLanguageCode,nameCountryCode,nameLength,nameOffset) # Overloaded constructor 

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

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.