Table of Contents

Class SBSDKBarcodeFormatMaxiCodeConfiguration

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKBarcodeFormatMaxiCodeConfiguration : SBSDKBarcodeFormatTwoDConfigurationBase, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKBarcodeFormatMaxiCodeConfiguration
Implements
INSCopying
INativeObject
Inherited Members

Constructors

SBSDKBarcodeFormatMaxiCodeConfiguration()

public SBSDKBarcodeFormatMaxiCodeConfiguration()

SBSDKBarcodeFormatMaxiCodeConfiguration(NSObjectFlag)

protected SBSDKBarcodeFormatMaxiCodeConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeFormatMaxiCodeConfiguration(NativeHandle)

protected SBSDKBarcodeFormatMaxiCodeConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKBarcodeFormatMaxiCodeConfiguration(string, double, bool)

public SBSDKBarcodeFormatMaxiCodeConfiguration(string regexFilter, double minimumSizeScore, bool addAdditionalQuietZone)

Parameters

regexFilter string
minimumSizeScore double
addAdditionalQuietZone bool

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

_type

public virtual string _type { get; }

Property Value

string

Methods

FromJsonWithJson(string)

public static SBSDKBarcodeFormatMaxiCodeConfiguration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKBarcodeFormatMaxiCodeConfiguration

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

New()

public static SBSDKBarcodeFormatMaxiCodeConfiguration New()

Returns

SBSDKBarcodeFormatMaxiCodeConfiguration

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string