Class QRBarcode
Represent a class which encodes the following characters, [09]; [AZ (upper-case only)]; [space $ % * + - . / , :]; [Shift JIS characters].
Namespace: Syncfusion.UI.Xaml.Controls.Barcode
Assembly: Syncfusion.SfBarcode.UWP.dll
Syntax
public class QRBarcode : BidimensionalBarcode
Remarks
It is inherited from BidimensionalBarcode The QRBarcode can be encoded as textual, numeric and binary data.
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 |