menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QRBarcodeSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QRBarcodeSettings

    QRBarcodeSettings class is used to configure the QRBarcode barcode.

    Inheritance
    System.Object
    BarcodeSettings
    Barcode2DSettings
    QRBarcodeSettings
    Inherited Members
    Barcode2DSettings.XDimension
    Barcode2DSettings.XDimensionProperty
    Namespace: Syncfusion.SfBarcode.XForms
    Assembly: Syncfusion.SfBarcode.XForms.dll
    Syntax
    public class QRBarcodeSettings : Barcode2DSettings

    Constructors

    QRBarcodeSettings()

    Declaration
    public QRBarcodeSettings()

    Fields

    ErrorCorrectionLevelProperty

    Gets or sets the ErrorCorrectionLevel property.

    Declaration
    public static readonly BindableProperty ErrorCorrectionLevelProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    InputModeProperty

    Gets or sets the InputMode property.

    Declaration
    public static readonly BindableProperty InputModeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    LogoImageProperty

    Gets or sets the LogoImage property.

    Declaration
    public static readonly BindableProperty LogoImageProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    VersionProperty

    Gets or sets the Version property.

    Declaration
    public static readonly BindableProperty VersionProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    ErrorCorrectionLevel

    The ErrorCorrectionLevel property is used for specifying the the Barcode Error Correction level. This is a bindable property.

    Declaration
    public QRErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
    Property Value
    Type Description
    QRErrorCorrectionLevel

    This property takes the QRErrorCorrectionLevel value.

    InputMode

    The InputMode property is used to specify the mode of Input for the Barcode. This is a bindable property.

    Declaration
    public QRInputMode InputMode { get; set; }
    Property Value
    Type Description
    QRInputMode

    This property takes the QRInputMode value.

    Logo

    Declaration
    public QRCodeLogo Logo { get; set; }
    Property Value
    Type
    QRCodeLogo

    Version

    The Version property is used to specify the Barcode version. This is a bindable property.

    Declaration
    public QRVersion Version { get; set; }
    Property Value
    Type Description
    QRVersion

    This property takes the QRVersion value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved