Class QRBarcode
Inheritance
System.Object
QRBarcode
Assembly: Syncfusion.SfBarcode.Windows.dll
public class QRBarcode : BidimensionalBarcode
Constructors
Declaration
Properties
Gets or sets the Error correction level.
Declaration
public ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
Property Value
Gets or sets the Mode of the input text.
Declaration
public QRInputMode InputMode { get; set; }
Property Value
Gets or sets the QR Barcode Version.
Declaration
public QRBarcodeVersion QRVersion { get; set; }
Property Value
Methods
Declaration
public override Image Draw(int angle)
Parameters
| Type |
Name |
Description |
| System.Int32 |
angle |
|
Returns
| Type |
| System.Drawing.Image |
Overrides
Declaration
public SizeF Draw(Panel panel)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.Panel |
panel |
|
Returns
| Type |
| System.Drawing.SizeF |
Declaration
public Image ToImage(SizeF size)
Parameters
| Type |
Name |
Description |
| System.Drawing.SizeF |
size |
|
Returns
| Type |
| System.Drawing.Image |