Table of Contents

Struct BarcodeFormat

Namespace
ScanbotSDK.MAUI.RTU.v1
Assembly
ScanbotSDK.Shared.dll
public record struct BarcodeFormat : IEquatable<BarcodeFormat>
Implements
Inherited Members

Constructors

BarcodeFormat(BarcodeFormat)

public BarcodeFormat(BarcodeFormat Value)

Parameters

Value BarcodeFormat

Properties

AustraliaPost

public static BarcodeFormat AustraliaPost { get; }

Property Value

BarcodeFormat

Aztec

public static BarcodeFormat Aztec { get; }

Property Value

BarcodeFormat

Codabar

public static BarcodeFormat Codabar { get; }

Property Value

BarcodeFormat

Code128

public static BarcodeFormat Code128 { get; }

Property Value

BarcodeFormat

Code25

public static BarcodeFormat Code25 { get; }

Property Value

BarcodeFormat

Code39

public static BarcodeFormat Code39 { get; }

Property Value

BarcodeFormat

Code93

public static BarcodeFormat Code93 { get; }

Property Value

BarcodeFormat

DataMatrix

public static BarcodeFormat DataMatrix { get; }

Property Value

BarcodeFormat

Databar

public static BarcodeFormat Databar { get; }

Property Value

BarcodeFormat

DatabarExpanded

public static BarcodeFormat DatabarExpanded { get; }

Property Value

BarcodeFormat

DatabarLimited

public static BarcodeFormat DatabarLimited { get; }

Property Value

BarcodeFormat

Ean13

public static BarcodeFormat Ean13 { get; }

Property Value

BarcodeFormat

Ean8

public static BarcodeFormat Ean8 { get; }

Property Value

BarcodeFormat

Gs1Composite

public static BarcodeFormat Gs1Composite { get; }

Property Value

BarcodeFormat

Iata2Of5

public static BarcodeFormat Iata2Of5 { get; }

Property Value

BarcodeFormat

Industrial2Of5

public static BarcodeFormat Industrial2Of5 { get; }

Property Value

BarcodeFormat

Itf

public static BarcodeFormat Itf { get; }

Property Value

BarcodeFormat

JapanPost

public static BarcodeFormat JapanPost { get; }

Property Value

BarcodeFormat

MicroPdf417

public static BarcodeFormat MicroPdf417 { get; }

Property Value

BarcodeFormat

MicroQrCode

public static BarcodeFormat MicroQrCode { get; }

Property Value

BarcodeFormat

MsiPlessey

public static BarcodeFormat MsiPlessey { get; }

Property Value

BarcodeFormat

Pdf417

public static BarcodeFormat Pdf417 { get; }

Property Value

BarcodeFormat

QrCode

public static BarcodeFormat QrCode { get; }

Property Value

BarcodeFormat

RoyalMail

public static BarcodeFormat RoyalMail { get; }

Property Value

BarcodeFormat

RoyalTntPost

public static BarcodeFormat RoyalTntPost { get; }

Property Value

BarcodeFormat

UpcA

public static BarcodeFormat UpcA { get; }

Property Value

BarcodeFormat

UpcE

public static BarcodeFormat UpcE { get; }

Property Value

BarcodeFormat

UspsIntelligentMail

public static BarcodeFormat UspsIntelligentMail { get; }

Property Value

BarcodeFormat

Value

public BarcodeFormat Value { readonly get; set; }

Property Value

BarcodeFormat

Values

public static BarcodeFormat[] Values { get; }

Property Value

BarcodeFormat[]

Operators

implicit operator BarcodeFormat(BarcodeFormat)

public static implicit operator BarcodeFormat(BarcodeFormat d)

Parameters

d BarcodeFormat

Returns

BarcodeFormat

implicit operator BarcodeFormat(BarcodeFormat)

public static implicit operator BarcodeFormat(BarcodeFormat d)

Parameters

d BarcodeFormat

Returns

BarcodeFormat