Table of Contents

Class BarcodeFormats

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeFormats
Inheritance
BarcodeFormats
Inherited Members

Constructors

BarcodeFormats()

public BarcodeFormats()

Properties

All

public static BarcodeFormat[] All { get; }

Property Value

BarcodeFormat[]

Common

public static BarcodeFormat[] Common { get; }

Property Value

BarcodeFormat[]

Oned

public static BarcodeFormat[] Oned { get; }

Property Value

BarcodeFormat[]

Pharma

public static BarcodeFormat[] Pharma { get; }

Property Value

BarcodeFormat[]

Postal

public static BarcodeFormat[] Postal { get; }

Property Value

BarcodeFormat[]

Twod

public static BarcodeFormat[] Twod { get; }

Property Value

BarcodeFormat[]

Methods

FromNative(BarcodeFormats)

public static BarcodeFormats FromNative(BarcodeFormats source)

Parameters

source BarcodeFormats

Returns

BarcodeFormats

FromNative(SBSDKBarcodeFormats)

public static BarcodeFormats FromNative(SBSDKBarcodeFormats source)

Parameters

source SBSDKBarcodeFormats

Returns

BarcodeFormats

ToNative()

public BarcodeFormats ToNative()

Returns

BarcodeFormats