Table of Contents

Class SBSDKBarcodeDocumentFormats

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

Constructors

SBSDKBarcodeDocumentFormats()

public SBSDKBarcodeDocumentFormats()

SBSDKBarcodeDocumentFormats(NSObjectFlag)

protected SBSDKBarcodeDocumentFormats(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeDocumentFormats(NativeHandle)

protected SBSDKBarcodeDocumentFormats(NativeHandle handle)

Parameters

handle NativeHandle

Properties

All

public static SBSDKBarcodeDocumentFormat[] All { get; }

Property Value

SBSDKBarcodeDocumentFormat[]

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

DocumentBarcodeFormats

public static NSDictionary<SBSDKBarcodeDocumentFormat, NSArray<SBSDKBarcodeFormat>> DocumentBarcodeFormats { get; }

Property Value

NSDictionary<SBSDKBarcodeDocumentFormat, NSArray<SBSDKBarcodeFormat>>

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKBarcodeDocumentFormats? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKBarcodeDocumentFormats

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