Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / QRCode Class / QRCode Constructor / QRCode Constructor(String)
Input value string


In This Topic
QRCode Constructor(String)
In This Topic
Creates a new QR Code barcode with the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal str As String _
)
 
'Usage
 
Dim str As String
 
Dim instance As New QRCode(str)

Parameters

str
Input value string
See Also