Table of Contents

Class BarcodeFormatRoyalMailConfiguration

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

Royal Mail barcode configuration. Add to scanner configuration to scan Royal Mail (a.k.a. RM4SCC, CBC, BPO 4-State) barcodes.

public class BarcodeFormatRoyalMailConfiguration : BarcodeFormatFourStateConfigurationBase
Inheritance
BarcodeFormatRoyalMailConfiguration
Inherited Members

Properties

StripCheckDigits

If true, the check digits are stripped from the result.

Default is false

public bool StripCheckDigits { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatRoyalMailConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatRoyalMailConfiguration