Class QRInputMode
The QRInputMode is to represent the specific set of input mode characters.
Inheritance
System.Object
QRInputMode
Namespace: Syncfusion.Maui.Barcode
Assembly: Syncfusion.Maui.Barcode.dll
Syntax
public sealed class QRInputMode : Enum
Fields
AlphaNumeric
QRInputMode.AlphaNumeric represents the input data as alphanumeric.
Declaration
public const QRInputMode AlphaNumeric
Field Value
Type |
---|
QRInputMode |
Auto
QRInputMode.Auto specifies the input mode is auto.
Declaration
public const QRInputMode Auto
Field Value
Type |
---|
QRInputMode |
Binary
QRInputMode.Binary represents the input data as binary.
Declaration
public const QRInputMode Binary
Field Value
Type |
---|
QRInputMode |
Numeric
QRInputMode.Numeric represents the input data as numeric.
Declaration
public const QRInputMode Numeric
Field Value
Type |
---|
QRInputMode |