Table of Contents

Class SBSDKUI2BarcodeFormat

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKUI2BarcodeFormat : NSObject
Inheritance
SBSDKUI2BarcodeFormat

Constructors

SBSDKUI2BarcodeFormat(NSObjectFlag)

protected SBSDKUI2BarcodeFormat(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2BarcodeFormat(NativeHandle)

protected SBSDKUI2BarcodeFormat(NativeHandle handle)

Parameters

handle NativeHandle

Properties

AllFormats

public static SBSDKUI2BarcodeFormat[] AllFormats { get; }

Property Value

SBSDKUI2BarcodeFormat[]

AustraliaPost

public static SBSDKUI2BarcodeFormat AustraliaPost { get; }

Property Value

SBSDKUI2BarcodeFormat

Aztec

public static SBSDKUI2BarcodeFormat Aztec { get; }

Property Value

SBSDKUI2BarcodeFormat

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Codabar

public static SBSDKUI2BarcodeFormat Codabar { get; }

Property Value

SBSDKUI2BarcodeFormat

Code128

public static SBSDKUI2BarcodeFormat Code128 { get; }

Property Value

SBSDKUI2BarcodeFormat

Code25

public static SBSDKUI2BarcodeFormat Code25 { get; }

Property Value

SBSDKUI2BarcodeFormat

Code39

public static SBSDKUI2BarcodeFormat Code39 { get; }

Property Value

SBSDKUI2BarcodeFormat

Code93

public static SBSDKUI2BarcodeFormat Code93 { get; }

Property Value

SBSDKUI2BarcodeFormat

CommonFormats

public static SBSDKUI2BarcodeFormat[] CommonFormats { get; }

Property Value

SBSDKUI2BarcodeFormat[]

DataMatrix

public static SBSDKUI2BarcodeFormat DataMatrix { get; }

Property Value

SBSDKUI2BarcodeFormat

Databar

public static SBSDKUI2BarcodeFormat Databar { get; }

Property Value

SBSDKUI2BarcodeFormat

DatabarExpanded

public static SBSDKUI2BarcodeFormat DatabarExpanded { get; }

Property Value

SBSDKUI2BarcodeFormat

DatabarLimited

public static SBSDKUI2BarcodeFormat DatabarLimited { get; }

Property Value

SBSDKUI2BarcodeFormat

Ean13

public static SBSDKUI2BarcodeFormat Ean13 { get; }

Property Value

SBSDKUI2BarcodeFormat

Ean8

public static SBSDKUI2BarcodeFormat Ean8 { get; }

Property Value

SBSDKUI2BarcodeFormat

Gs1Composite

public static SBSDKUI2BarcodeFormat Gs1Composite { get; }

Property Value

SBSDKUI2BarcodeFormat

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Iata2Of5

public static SBSDKUI2BarcodeFormat Iata2Of5 { get; }

Property Value

SBSDKUI2BarcodeFormat

Industrial2Of5

public static SBSDKUI2BarcodeFormat Industrial2Of5 { get; }

Property Value

SBSDKUI2BarcodeFormat

Itf

public static SBSDKUI2BarcodeFormat Itf { get; }

Property Value

SBSDKUI2BarcodeFormat

JapanPost

public static SBSDKUI2BarcodeFormat JapanPost { get; }

Property Value

SBSDKUI2BarcodeFormat

MicroPdf417

public static SBSDKUI2BarcodeFormat MicroPdf417 { get; }

Property Value

SBSDKUI2BarcodeFormat

MicroQrCode

public static SBSDKUI2BarcodeFormat MicroQrCode { get; }

Property Value

SBSDKUI2BarcodeFormat

MsiPlessey

public static SBSDKUI2BarcodeFormat MsiPlessey { get; }

Property Value

SBSDKUI2BarcodeFormat

OneDFormats

public static SBSDKUI2BarcodeFormat[] OneDFormats { get; }

Property Value

SBSDKUI2BarcodeFormat[]

Pdf417

public static SBSDKUI2BarcodeFormat Pdf417 { get; }

Property Value

SBSDKUI2BarcodeFormat

QrCode

public static SBSDKUI2BarcodeFormat QrCode { get; }

Property Value

SBSDKUI2BarcodeFormat

RawValue

public virtual nint RawValue { get; }

Property Value

nint

RoyalMail

public static SBSDKUI2BarcodeFormat RoyalMail { get; }

Property Value

SBSDKUI2BarcodeFormat

RoyalTntPost

public static SBSDKUI2BarcodeFormat RoyalTntPost { get; }

Property Value

SBSDKUI2BarcodeFormat

TwoDFormats

public static SBSDKUI2BarcodeFormat[] TwoDFormats { get; }

Property Value

SBSDKUI2BarcodeFormat[]

UpcA

public static SBSDKUI2BarcodeFormat UpcA { get; }

Property Value

SBSDKUI2BarcodeFormat

UpcE

public static SBSDKUI2BarcodeFormat UpcE { get; }

Property Value

SBSDKUI2BarcodeFormat

UspsIntelligentMail

public static SBSDKUI2BarcodeFormat UspsIntelligentMail { get; }

Property Value

SBSDKUI2BarcodeFormat

Methods

EnumValueFrom(nint)

public static SBSDKUI2BarcodeFormat? EnumValueFrom(nint rawValue)

Parameters

rawValue nint

Returns

SBSDKUI2BarcodeFormat

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool