Class QRBarcode
Inherited Members
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
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 |