alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class QRBarcode

    Inheritance
    System.Object
    BidimensionalBarcode
    QRBarcode
    Inherited Members
    BidimensionalBarcode.BackColor
    BidimensionalBarcode.ForeColor
    BidimensionalBarcode.QuietZone
    BidimensionalBarcode.Text
    BidimensionalBarcode.XDimension
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.WPF.dll
    Syntax
    public class QRBarcode : BidimensionalBarcode

    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

    Methods

    ToBitmap()

    Exports the QR Barcode as Bitmap. System.Drawing.Bitmap object.

    Declaration
    public Bitmap ToBitmap()
    Returns
    Type
    System.Drawing.Bitmap

    ToBitmap(SizeF)

    Declaration
    public Bitmap ToBitmap(SizeF size)
    Parameters
    Type Name Description
    System.Drawing.SizeF size
    Returns
    Type
    System.Drawing.Bitmap

    ToBitmapImage()

    Exports the QR Barcode as BitmapImage. System.Windows.Media.Imaging.BitmapImage object.

    Declaration
    public BitmapImage ToBitmapImage()
    Returns
    Type
    System.Windows.Media.Imaging.BitmapImage

    ToImage()

    Exports the QR Barcode as BitmapImage. System.Windows.Media.Imaging.BitmapSource object.

    Declaration
    public BitmapSource ToImage()
    Returns
    Type
    System.Windows.Media.Imaging.BitmapSource

    ToImage(Size)

    Declaration
    public BitmapSource ToImage(Size size)
    Parameters
    Type Name Description
    System.Windows.Size size
    Returns
    Type
    System.Windows.Media.Imaging.BitmapSource
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved