Spread Windows Forms 12.0 Product Documentation
QRCode Constructor(String)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace > QRCode Class > QRCode Constructor : QRCode Constructor(String)
Input value string
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)
public QRCode( 
   string str
)

Parameters

str
Input value string
See Also

Reference

QRCode Class
QRCode Members
Overload List