Table of Contents

Class BarcodeFormatPdf417Configuration

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

PDF417 configuration. Add to scanner configuration to scan PDF417 codes.

public class BarcodeFormatPdf417Configuration : BarcodeFormatTwoDConfigurationBase
Inheritance
BarcodeFormatPdf417Configuration
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 BarcodeFormatPdf417Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatPdf417Configuration