WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • 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.Text
    BidimensionalBarcode.BackColor
    BidimensionalBarcode.QuietZone
    BidimensionalBarcode.XDimension
    BidimensionalBarcode.ForeColor
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    ErrorCorrectionLevel

    InputMode

    Gets or sets the Mode of the input text.

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

    QRVersion

    Gets or sets the QR Barcode Version.

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

    Methods

    Draw(Int32)

    Declaration
    public override Image Draw(int angle)
    Parameters
    Type Name Description
    System.Int32 angle
    Returns
    Type Description
    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 Description
    System.Drawing.SizeF

    ToImage(SizeF)

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