alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SFQRBarcodeSettings

    Handles the settings for QR bar code.

    Inheritance
    System.Object
    SFBarcodeSettings
    SFBarcode2DSettings
    SFQRBarcodeSettings
    Inherited Members
    SFBarcode2DSettings.XDimension
    Namespace: Syncfusion.SfBarcode.iOS
    Assembly: Syncfusion.SfBarcode.iOS.dll
    Syntax
    public class SFQRBarcodeSettings : SFBarcode2DSettings

    Constructors

    SFQRBarcodeSettings()

    Initializes QRBarcodeSetting class.

    Declaration
    public SFQRBarcodeSettings()

    Properties

    ErrorCorrectionLevel

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

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

    The default value is low.

    InputMode

    Gets or sets the input mode of QR bar code

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

    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 SFBarcodeQRVersion Version { get; set; }
    Property Value
    Type Description
    SFBarcodeQRVersion

    The default value is Auto.

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