ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / QrCode Class / ErrorCorrectionLevel Property






In This Topic
    ErrorCorrectionLevel Property (QrCode)
    In This Topic
    Gets or sets the restoration ability of QRCode.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property ErrorCorrectionLevel As QrCodeCorrectionLevel
    'Usage
     
    
    Dim instance As QrCode
    Dim value As QrCodeCorrectionLevel
     
    instance.ErrorCorrectionLevel = value
     
    value = instance.ErrorCorrectionLevel
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual QrCodeCorrectionLevel ErrorCorrectionLevel {get; set;}
    public read-write property ErrorCorrectionLevel: QrCodeCorrectionLevel; virtual; 
    JsonAttribute(1)
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set ErrorCorrectionLevel : QrCodeCorrectionLevel
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual QrCodeCorrectionLevel get_ErrorCorrectionLevel();
    public: __property virtual void set_ErrorCorrectionLevel( 
       QrCodeCorrectionLevel value
    );
    [Json(1)]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property QrCodeCorrectionLevel ErrorCorrectionLevel {
       QrCodeCorrectionLevel get();
       void set (    QrCodeCorrectionLevel value);
    }
    See Also