Table of Contents

Class BarcodeFormatUpcEanConfiguration

Namespace
ScanbotSDK.MAUI.Core.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeFormatUpcEanConfiguration : BarcodeFormatOneDConfigurationBase
Inheritance
BarcodeFormatUpcEanConfiguration
Inherited Members

Constructors

BarcodeFormatUpcEanConfiguration()

public BarcodeFormatUpcEanConfiguration()

Properties

Ean13

public bool Ean13 { get; set; }

Property Value

bool

Ean8

public bool Ean8 { get; set; }

Property Value

bool

EnableOneDBlurScanner

public bool EnableOneDBlurScanner { get; set; }

Property Value

bool

Extensions

public UpcEanExtensionBehavior Extensions { get; set; }

Property Value

UpcEanExtensionBehavior

MinimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless

public int MinimumNumberOfRequiredFramesWithEqualRecognitionResultExtensionless { get; set; }

Property Value

int

StripCheckDigits

public bool StripCheckDigits { get; set; }

Property Value

bool

Upca

public bool Upca { get; set; }

Property Value

bool

Upce

public bool Upce { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatUpcEanConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatUpcEanConfiguration