menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QRBarcode - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class QRBarcode

    Represent a class which encodes the following characters, [09]; [AZ (upper-case only)]; [space $ % * + - . / , :]; [Shift JIS characters].

    Inheritance
    System.Object
    BidimensionalBarcode
    QRBarcode
    Inherited Members
    BidimensionalBarcode.Text
    BidimensionalBarcode.XDimension
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.dll
    Syntax
    public class QRBarcode : BidimensionalBarcode
    Remarks

    It is inherited from BidimensionalBarcode The QRBarcode can be encoded as textual, numeric and binary data.

    Constructors

    QRBarcode()

    Declaration
    public QRBarcode()

    Properties

    ErrorCorrectionLevel

    Gets or sets the Error correction level.

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

    InputMode

    Gets or sets the Mode of the input text.

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

    QRVersion

    Gets or sets the QR Barcode Version.

    Declaration
    public QRBarcodeVersion QRVersion { get; set; }
    Property Value
    Type
    QRBarcodeVersion

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved