Table of Contents

Class SBSDKBarcodeFormats

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeFormats : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKBarcodeFormats
Implements
INSCopying
INativeObject

Constructors

SBSDKBarcodeFormats()

public SBSDKBarcodeFormats()

SBSDKBarcodeFormats(NSObjectFlag)

protected SBSDKBarcodeFormats(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeFormats(NativeHandle)

protected SBSDKBarcodeFormats(NativeHandle handle)

Parameters

handle NativeHandle

Properties

All

public static SBSDKBarcodeFormat[] All { get; }

Property Value

SBSDKBarcodeFormat[]

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Common

public static SBSDKBarcodeFormat[] Common { get; }

Property Value

SBSDKBarcodeFormat[]

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Oned

public static SBSDKBarcodeFormat[] Oned { get; }

Property Value

SBSDKBarcodeFormat[]

Pharma

public static SBSDKBarcodeFormat[] Pharma { get; }

Property Value

SBSDKBarcodeFormat[]

Postal

public static SBSDKBarcodeFormat[] Postal { get; }

Property Value

SBSDKBarcodeFormat[]

Twod

public static SBSDKBarcodeFormat[] Twod { get; }

Property Value

SBSDKBarcodeFormat[]

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKBarcodeFormats? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKBarcodeFormats

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string