Table of Contents

Class BarcodeFormatCode39Configuration

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

Constructors

BarcodeFormatCode39Configuration()

public BarcodeFormatCode39Configuration()

Properties

Code32

public bool Code32 { get; set; }

Property Value

bool

Code39

public bool Code39 { get; set; }

Property Value

bool

EnableOneDBlurScanner

public bool EnableOneDBlurScanner { get; set; }

Property Value

bool

MaximumTextLength

public int MaximumTextLength { get; set; }

Property Value

int

MinimumTextLength

public int MinimumTextLength { get; set; }

Property Value

int

Pzn7

public bool Pzn7 { get; set; }

Property Value

bool

Pzn8

public bool Pzn8 { get; set; }

Property Value

bool

StripCheckDigits

public bool StripCheckDigits { get; set; }

Property Value

bool

TryCode39ExtendedMode

public bool TryCode39ExtendedMode { get; set; }

Property Value

bool

UseCode39CheckDigit

public bool UseCode39CheckDigit { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatCode39Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCode39Configuration