Class QRBarcodeSetting
Handles the settings for QR bar code.
Implements
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 QRBarcodeSetting : Barcode2DSetting, IBarcodeSetting
Constructors
QRBarcodeSetting()
Initializes QRBarcodeSetting class.
Declaration
public QRBarcodeSetting()
Properties
ErrorCorrectionLevel
Gets or sets the error correction level of QR bar code.
Declaration
public ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
Property Value
Type | Description |
---|---|
ErrorCorrectionLevel | The default value is low. |
InputMode
Gets or sets the input mode of QR bar code
Declaration
public QRInputMode InputMode { get; set; }
Property Value
Type | Description |
---|---|
QRInputMode | The default value is BinaryMode. |
Version
Gets of sets the version of QR bar code.
Declaration
public QRBarcodeVersion Version { get; set; }
Property Value
Type | Description |
---|---|
QRBarcodeVersion | The default value is Auto. |