Table of Contents

Class SBSDKBarcodeFormatConfigurationBase

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

Constructors

SBSDKBarcodeFormatConfigurationBase(NSObjectFlag)

protected SBSDKBarcodeFormatConfigurationBase(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeFormatConfigurationBase(NativeHandle)

protected SBSDKBarcodeFormatConfigurationBase(NativeHandle handle)

Parameters

handle NativeHandle

Properties

AddAdditionalQuietZone

public virtual bool AddAdditionalQuietZone { get; set; }

Property Value

bool

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

MinimumSizeScore

public virtual double MinimumSizeScore { get; set; }

Property Value

double

RegexFilter

public virtual string RegexFilter { get; set; }

Property Value

string

_type

public virtual string _type { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKBarcodeFormatConfigurationBase? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKBarcodeFormatConfigurationBase

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