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

Public Function New( _
ByVal value
value of text data.
As String, _
ByVal encodingMode
encoding mode.
As QREncodingMode _
)
public QRTextValueItem(
string value,
QREncodingMode encodingMode
)

Parameters

value
value of text 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