Table of Contents

Class BarcodeFormat

Namespace
IO.Scanbot.Sdk.Barcode
Assembly
DocumentSDK.NET.Droid.dll
public sealed class BarcodeFormat : Enum
Inheritance
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

Code11

public static BarcodeFormat Code11 { get; }

Property Value

BarcodeFormat

Code128

public static BarcodeFormat Code128 { get; }

Property Value

BarcodeFormat

Code25

public static BarcodeFormat Code25 { get; }

Property Value

BarcodeFormat

Code32

public static BarcodeFormat Code32 { 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

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

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

MaxiCode

public static BarcodeFormat MaxiCode { 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

None

public static BarcodeFormat None { get; }

Property Value

BarcodeFormat

Pdf417

public static BarcodeFormat Pdf417 { get; }

Property Value

BarcodeFormat

PharmaCode

public static BarcodeFormat PharmaCode { get; }

Property Value

BarcodeFormat

PharmaCodeTwoTrack

public static BarcodeFormat PharmaCodeTwoTrack { get; }

Property Value

BarcodeFormat

Pzn7

public static BarcodeFormat Pzn7 { get; }

Property Value

BarcodeFormat

Pzn8

public static BarcodeFormat Pzn8 { get; }

Property Value

BarcodeFormat

QrCode

public static BarcodeFormat QrCode { get; }

Property Value

BarcodeFormat

RmqrCode

public static BarcodeFormat RmqrCode { 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

Methods

FromJson(string)

public static BarcodeFormat FromJson(string json)

Parameters

json string

Returns

BarcodeFormat

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static BarcodeFormat ValueOf(string value)

Parameters

value string

Returns

BarcodeFormat

Values()

public static BarcodeFormat[] Values()

Returns

BarcodeFormat[]