Initializes a new IccNameRecord with explicit parameters.
public IccNameRecord(
ushort nameLanguageCode,
ushort nameCountryCode,
int nameLength,
int nameOffset
)
Public Function New( _
ByVal nameLanguageCode As UShort, _
ByVal nameCountryCode As UShort, _
ByVal nameLength As Integer, _
ByVal nameOffset As Integer _
)
public:
IccNameRecord(
ushort nameLanguageCode,
ushort nameCountryCode,
int nameLength,
int nameOffset
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET