Class QRInputMode
Specifies the SfBarcode input mode.
Inheritance
System.Object
QRInputMode
Namespace: Syncfusion.UI.Xaml.Barcode
Assembly: Syncfusion.Barcode.WinUI.dll
Syntax
public sealed class QRInputMode : Enum
Fields
AlphaNumericMode
The Input contain numeric values [0-9], [A-Z], SPACE, $, %, *, +, -, ., /, :
Declaration
public const QRInputMode AlphaNumericMode
Field Value
Type |
---|
QRInputMode |
BinaryMode
The Input contain all the ASCII values
Declaration
public const QRInputMode BinaryMode
Field Value
Type |
---|
QRInputMode |
NumericMode
The Input only contains the numeric values [0-9].
Declaration
public const QRInputMode NumericMode
Field Value
Type |
---|
QRInputMode |