ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.BarCode Namespace / QRCodeOptions Class / QRCodeOptions Constructor / QRCodeOptions Constructor(String)

In This Topic
    QRCodeOptions Constructor(String)
    In This Topic
    Initializes a new instance of the C1.BarCode.QRCode class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal str As System.String _
    )
    public QRCodeOptions( 
       System.string str
    )

    Parameters

    str
    See Also