Table of Contents

Class BarcodeFormatCode39Configuration

Namespace
ScanbotSDK.MAUI.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

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

FromNative(BarcodeFormatCode39Configuration)

public static BarcodeFormatCode39Configuration FromNative(BarcodeFormatCode39Configuration source)

Parameters

source BarcodeFormatCode39Configuration

Returns

BarcodeFormatCode39Configuration

FromNative(SBSDKBarcodeFormatCode39Configuration)

public static BarcodeFormatCode39Configuration FromNative(SBSDKBarcodeFormatCode39Configuration source)

Parameters

source SBSDKBarcodeFormatCode39Configuration

Returns

BarcodeFormatCode39Configuration

ToNative()

public override BarcodeFormatCode39Configuration ToNative()

Returns

BarcodeFormatCode39Configuration