Table of Contents

Class BarcodeFormatAustraliaPostConfiguration

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

Australia Post barcode configuration. Add to scanner configuration to scan Australia Post barcodes.

public class BarcodeFormatAustraliaPostConfiguration : BarcodeFormatFourStateConfigurationBase
Inheritance
BarcodeFormatAustraliaPostConfiguration
Inherited Members

Properties

AustraliaPostCustomerFormat

Can be either numeric or alphanumeric and is only relevant for Format Codes 59 and 62.

Default is ALPHA_NUMERIC

public AustraliaPostCustomerFormat AustraliaPostCustomerFormat { get; set; }

Property Value

AustraliaPostCustomerFormat

Methods

FromJson(string)

public static BarcodeFormatAustraliaPostConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatAustraliaPostConfiguration