BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / QRCodeOptions Class / Encoding Property

In This Topic
    Encoding Property (QRCodeOptions)
    In This Topic
    Gets or sets the Encoding of the barcode data.
    Syntax
    'Declaration
     
    Public Property Encoding As Encoding
    public Encoding Encoding {get; set;}
    See Also