Table of Contents

Class SBSDKBarcodeFormat

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

Constructors

SBSDKBarcodeFormat(NSObjectFlag)

protected SBSDKBarcodeFormat(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeFormat(NativeHandle)

protected SBSDKBarcodeFormat(NativeHandle handle)

Parameters

handle NativeHandle

Properties

AustraliaPost

public static SBSDKBarcodeFormat AustraliaPost { get; }

Property Value

SBSDKBarcodeFormat

Aztec

public static SBSDKBarcodeFormat Aztec { get; }

Property Value

SBSDKBarcodeFormat

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Codabar

public static SBSDKBarcodeFormat Codabar { get; }

Property Value

SBSDKBarcodeFormat

Code11

public static SBSDKBarcodeFormat Code11 { get; }

Property Value

SBSDKBarcodeFormat

Code128

public static SBSDKBarcodeFormat Code128 { get; }

Property Value

SBSDKBarcodeFormat

Code25

public static SBSDKBarcodeFormat Code25 { get; }

Property Value

SBSDKBarcodeFormat

Code32

public static SBSDKBarcodeFormat Code32 { get; }

Property Value

SBSDKBarcodeFormat

Code39

public static SBSDKBarcodeFormat Code39 { get; }

Property Value

SBSDKBarcodeFormat

Code93

public static SBSDKBarcodeFormat Code93 { get; }

Property Value

SBSDKBarcodeFormat

DataMatrix

public static SBSDKBarcodeFormat DataMatrix { get; }

Property Value

SBSDKBarcodeFormat

Databar

public static SBSDKBarcodeFormat Databar { get; }

Property Value

SBSDKBarcodeFormat

DatabarExpanded

public static SBSDKBarcodeFormat DatabarExpanded { get; }

Property Value

SBSDKBarcodeFormat

DatabarLimited

public static SBSDKBarcodeFormat DatabarLimited { get; }

Property Value

SBSDKBarcodeFormat

Ean13

public static SBSDKBarcodeFormat Ean13 { get; }

Property Value

SBSDKBarcodeFormat

Ean8

public static SBSDKBarcodeFormat Ean8 { get; }

Property Value

SBSDKBarcodeFormat

Gs1Composite

public static SBSDKBarcodeFormat Gs1Composite { get; }

Property Value

SBSDKBarcodeFormat

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Iata2Of5

public static SBSDKBarcodeFormat Iata2Of5 { get; }

Property Value

SBSDKBarcodeFormat

Industrial2Of5

public static SBSDKBarcodeFormat Industrial2Of5 { get; }

Property Value

SBSDKBarcodeFormat

Itf

public static SBSDKBarcodeFormat Itf { get; }

Property Value

SBSDKBarcodeFormat

JapanPost

public static SBSDKBarcodeFormat JapanPost { get; }

Property Value

SBSDKBarcodeFormat

MaxiCode

public static SBSDKBarcodeFormat MaxiCode { get; }

Property Value

SBSDKBarcodeFormat

MicroPdf417

public static SBSDKBarcodeFormat MicroPdf417 { get; }

Property Value

SBSDKBarcodeFormat

MicroQrCode

public static SBSDKBarcodeFormat MicroQrCode { get; }

Property Value

SBSDKBarcodeFormat

MsiPlessey

public static SBSDKBarcodeFormat MsiPlessey { get; }

Property Value

SBSDKBarcodeFormat

Name

public virtual string Name { get; }

Property Value

string

None

public static SBSDKBarcodeFormat None { get; }

Property Value

SBSDKBarcodeFormat

Pdf417

public static SBSDKBarcodeFormat Pdf417 { get; }

Property Value

SBSDKBarcodeFormat

PharmaCode

public static SBSDKBarcodeFormat PharmaCode { get; }

Property Value

SBSDKBarcodeFormat

PharmaCodeTwoTrack

public static SBSDKBarcodeFormat PharmaCodeTwoTrack { get; }

Property Value

SBSDKBarcodeFormat

Pzn7

public static SBSDKBarcodeFormat Pzn7 { get; }

Property Value

SBSDKBarcodeFormat

Pzn8

public static SBSDKBarcodeFormat Pzn8 { get; }

Property Value

SBSDKBarcodeFormat

QrCode

public static SBSDKBarcodeFormat QrCode { get; }

Property Value

SBSDKBarcodeFormat

RawValue

public virtual nint RawValue { get; }

Property Value

nint

RmqrCode

public static SBSDKBarcodeFormat RmqrCode { get; }

Property Value

SBSDKBarcodeFormat

RoyalMail

public static SBSDKBarcodeFormat RoyalMail { get; }

Property Value

SBSDKBarcodeFormat

RoyalTntPost

public static SBSDKBarcodeFormat RoyalTntPost { get; }

Property Value

SBSDKBarcodeFormat

UpcA

public static SBSDKBarcodeFormat UpcA { get; }

Property Value

SBSDKBarcodeFormat

UpcE

public static SBSDKBarcodeFormat UpcE { get; }

Property Value

SBSDKBarcodeFormat

UspsIntelligentMail

public static SBSDKBarcodeFormat UspsIntelligentMail { get; }

Property Value

SBSDKBarcodeFormat

Methods

EnumValueFrom(nint)

public static SBSDKBarcodeFormat? EnumValueFrom(nint rawValue)

Parameters

rawValue nint

Returns

SBSDKBarcodeFormat

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool