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

Public Function New( _
ByVal value
Value of the data.
As String, _
ByVal encodingMode
Encoding mode.
As Code128EncodingMode _
)
public Code128ValueItem(
string value,
Code128EncodingMode encodingMode
)

Parameters

value
Value of the data.
encodingMode
Encoding mode.
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