VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / EciCharacterEncoding Class / EciCharacterEncoding Constructor(Int32,Encoding)
Syntax Exceptions Requirements SeeAlso
In This Topic
EciCharacterEncoding Constructor(Int32,Encoding)
In This Topic
Initializes a new instance of EciCharacterEncoding class.
Syntax
'Declaration

Public Function New( _
ByVal eciAssignmentNumber
ECI assignment number.
As Integer, _
ByVal encoding
Character encoding associated with the ECI assignment number.
As System.Text.Encoding _
)
public EciCharacterEncoding(
int eciAssignmentNumber,
System.Text.Encoding encoding
)

Parameters

eciAssignmentNumber
ECI assignment number.
encoding
Character encoding associated with the ECI assignment number.
Exceptions
ExceptionDescription
Thrown if eciAssignmentNumber is less or equal 0 or eciAssignmentNumber is more than 999999.
Thrown if encoding is null.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also