menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class QRBarcodeSettings

    Handles the settings for QR bar code.

    Inheritance
    System.Object
    Settings
    Barcode2DSettings
    QRBarcodeSettings
    Implements
    IBarcodeSetting
    Inherited Members
    Barcode2DSettings.XDimension
    Namespace: Com.Syncfusion.Barcode
    Assembly: Syncfusion.SfBarcode.Android.dll
    Syntax
    public class QRBarcodeSettings : Barcode2DSettings, IBarcodeSetting

    Constructors

    QRBarcodeSettings()

    Initializes QRBarcodeSetting class.

    Declaration
    public QRBarcodeSettings()

    Properties

    ErrorCorrectionLevel

    Gets or sets the error correction level of QR bar code.

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

    The default value is low.

    InputMode

    Gets or sets the input mode of QR bar code

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

    The default value is BinaryMode.

    Logo

    Gets or Sets Logo Image to QR Barcode.

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

    Version

    Gets of sets the version of QR bar code.

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

    The default value is Auto.

    Implements

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