Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / QRCode Class / ErrorLevel Property


In This Topic
    ErrorLevel Property (QRCode)
    In This Topic
    Gets or sets the QR Code error correction level.
    Syntax
    'Declaration
     
    
    Public Property ErrorLevel As QRCode.QRCodeErrorLevel
    'Usage
     
    
    Dim instance As QRCode
    Dim value As QRCode.QRCodeErrorLevel
     
    instance.ErrorLevel = value
     
    value = instance.ErrorLevel
    public QRCode.QRCodeErrorLevel ErrorLevel {get; set;}
    See Also