PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / BarcodeOptions Class / QRCode Property

In This Topic
    QRCode Property (BarcodeOptions)
    In This Topic
    Gets or sets a C1.BarCode.QRCodeOptions object specifying additional options for QR barcodes.
    Syntax
    'Declaration
     
    Public Property QRCode As C1.BarCode.QRCodeOptions
    public C1.BarCode.QRCodeOptions QRCode {get; set;}
    See Also