Table of Contents

Class BarcodeFormatPharmaCodeTwoTrackConfiguration

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

PHARMA_CODE_TWO_TRACK barcode configuration. Add to scanner configuration to scan Laetus two-track PharmaCode barcodes. Linear (i.e. one-track) PharmaCode scanning is configured separately through the PharmaCodeConfig class.

public class BarcodeFormatPharmaCodeTwoTrackConfiguration : BarcodeFormatFourStateConfigurationBase
Inheritance
BarcodeFormatPharmaCodeTwoTrackConfiguration
Inherited Members

Properties

MinimumValue

Minimum value for PHARMA_CODE_TWO_TRACK. Very low values are likely to produce more false positives.

Default is 364

public int MinimumValue { get; set; }

Property Value

int

Methods

FromJson(string)

public static BarcodeFormatPharmaCodeTwoTrackConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatPharmaCodeTwoTrackConfiguration