Table of Contents

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

Gs1Handling

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

bool

Methods

FromJson(string)

public static BarcodeFormatMicroPdf417Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatMicroPdf417Configuration