This lists all the barcode types supported by scanners
Type - Java.Lang.Enum
Methods
ValueOf
public static Symbol.XamarinEMDK.Barcode.ScannerInfo.DecoderType ValueOf (string p0);
Parameters:
- System.String p0 -
Returns - Symbol.XamarinEMDK.Barcode.ScannerInfo+DecoderType
Values
public static Symbol.XamarinEMDK.Barcode.ScannerInfo.DecoderType[] Values ();
Returns - Symbol.XamarinEMDK.Barcode.ScannerInfo+DecoderType[]
Properties
OneDimensional
Barcode scanning is 1-D only.
Type - Symbol.XamarinEMDK.Barcode.ScannerInfo.DecoderType
TwoDimensional
Barcode scanning is 2-D. This supports both 1-D and 2-D barcode scanning.
Type - Symbol.XamarinEMDK.Barcode.ScannerInfo.DecoderType
Undefined
Decoder type not defined.
Type - Symbol.XamarinEMDK.Barcode.ScannerInfo.DecoderType