menu

WinForms

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

    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.Windows.Forms.Barcode
    Assembly: Syncfusion.SfBarcode.Windows.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

    Draw(Int32)

    Declaration
    public override Image Draw(int angle)
    Parameters
    Type Name Description
    System.Int32 angle
    Returns
    Type
    System.Drawing.Image
    Overrides
    BidimensionalBarcode.Draw(Int32)

    Draw(Panel)

    Declaration
    public SizeF Draw(Panel panel)
    Parameters
    Type Name Description
    System.Windows.Forms.Panel panel
    Returns
    Type
    System.Drawing.SizeF

    ToImage(SizeF)

    Declaration
    public Image ToImage(SizeF size)
    Parameters
    Type Name Description
    System.Drawing.SizeF size
    Returns
    Type
    System.Drawing.Image
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved