Class BarcodeFormatMicroPdf417Configuration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
MicroPDF417 configuration. Add to scanner configuration to scan MicroPDF417 codes.
public class BarcodeFormatMicroPdf417Configuration : BarcodeFormatTwoDConfigurationBase
- Inheritance
-
BarcodeFormatMicroPdf417Configuration
- Inherited Members
Properties
Gs1Handling
GS1 message handling options.
Default is PARSE
public Gs1Handling Gs1Handling { get; set; }
Property Value
StrictMode
If true, the barcode scanner will only return barcodes that pass the strict validation checks according to standards to avoid false positives.
Default is true
public bool StrictMode { get; set; }
Property Value
Methods
FromJson(string)
public static BarcodeFormatMicroPdf417Configuration FromJson(string rawJson)
Parameters
rawJson
string