EncodingMode
Enum
The EncodingMode enumeration determines the type of the acceptable data.
Definition
Namespace:Telerik.Maui.Controls.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum EncodingMode
Fields
Auto mode.
C#
Auto = 0
Accepts byte data.
C#
Byte = 1
Allows numeric data.
C#
Numeric = 3
Allows text data.
C#
Text = 2