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 : EnumFields
AlphaNumericMode
The Input contain numeric values [0-9], [A-Z], SPACE, $, %, *, +, -, ., /, :
Declaration
public const QRInputMode AlphaNumericModeField Value
| Type | 
|---|
| QRInputMode | 
BinaryMode
The Input contain all the ASCII values
Declaration
public const QRInputMode BinaryModeField Value
| Type | 
|---|
| QRInputMode | 
NumericMode
The Input only contains the numeric values [0-9].
Declaration
public const QRInputMode NumericModeField Value
| Type | 
|---|
| QRInputMode |