Table of Contents

Class BarcodeFormatFourStateConfigurationBase

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

Base class for all four-state barcode configurations.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(BarcodeFormatAustraliaPostConfiguration), "BarcodeFormatAustraliaPostConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatJapanPostConfiguration), "BarcodeFormatJapanPostConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatRoyalMailConfiguration), "BarcodeFormatRoyalMailConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatRoyalTntPostConfiguration), "BarcodeFormatRoyalTNTPostConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatUspsIntelligentMailConfiguration), "BarcodeFormatUSPSIntelligentMailConfiguration")]
[JsonDerivedType(typeof(BarcodeFormatPharmaCodeTwoTrackConfiguration), "BarcodeFormatPharmaCodeTwoTrackConfiguration")]
public class BarcodeFormatFourStateConfigurationBase : BarcodeFormatConfigurationBase
Inheritance
BarcodeFormatFourStateConfigurationBase
Derived
Inherited Members

Methods

FromJson(string)

public static BarcodeFormatFourStateConfigurationBase FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatFourStateConfigurationBase