Enum QRInputMode
Specifies the Barcode Input Mode.
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.dll
Syntax
public enum QRInputMode
Fields
Name | Description |
---|---|
AlphaNumericMode | The Input may contain Numeric Values, Alphabets(Upper case only), SPACE, $, %, *, +, -, ., /, : |
BinaryMode | The Input may contain all the ASCII values |
MixingMode | This mode is a combination of all modes |
NumericMode | The Input only contains the Numeric Values(0,1,2,3,4,5,6,7,8,9). |