Table of Contents

Class BarcodeFormatCode2Of5Configuration

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

Constructors

BarcodeFormatCode2Of5Configuration()

public BarcodeFormatCode2Of5Configuration()

Properties

Code25

public bool Code25 { get; set; }

Property Value

bool

Iata2of5

public bool Iata2of5 { get; set; }

Property Value

bool

Industrial2of5

public bool Industrial2of5 { get; set; }

Property Value

bool

MaximumTextLength

public int MaximumTextLength { get; set; }

Property Value

int

MinimumTextLength

public int MinimumTextLength { get; set; }

Property Value

int

StripCheckDigits

public bool StripCheckDigits { get; set; }

Property Value

bool

UseIATA2OF5Checksum

public bool UseIATA2OF5Checksum { get; set; }

Property Value

bool

Methods

FromJson(string)

public static BarcodeFormatCode2Of5Configuration FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeFormatCode2Of5Configuration

FromNative(BarcodeFormatCode2Of5Configuration)

public static BarcodeFormatCode2Of5Configuration FromNative(BarcodeFormatCode2Of5Configuration source)

Parameters

source BarcodeFormatCode2Of5Configuration

Returns

BarcodeFormatCode2Of5Configuration

FromNative(SBSDKBarcodeFormatCode2Of5Configuration)

public static BarcodeFormatCode2Of5Configuration FromNative(SBSDKBarcodeFormatCode2Of5Configuration source)

Parameters

source SBSDKBarcodeFormatCode2Of5Configuration

Returns

BarcodeFormatCode2Of5Configuration

ToNative()

public override BarcodeFormatCode2Of5Configuration ToNative()

Returns

BarcodeFormatCode2Of5Configuration