Table of Contents

Class SBSDKMRZParserConfiguration

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKMRZParserConfiguration : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKMRZParserConfiguration
Implements
INSCopying
INativeObject
Extension Methods

Constructors

SBSDKMRZParserConfiguration()

public SBSDKMRZParserConfiguration()

SBSDKMRZParserConfiguration(NSObjectFlag)

protected SBSDKMRZParserConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKMRZParserConfiguration(NativeHandle)

protected SBSDKMRZParserConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKMRZParserConfiguration(SBSDKMRZIncompleteResultHandling)

public SBSDKMRZParserConfiguration(SBSDKMRZIncompleteResultHandling incompleteResultHandling)

Parameters

incompleteResultHandling SBSDKMRZIncompleteResultHandling

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

IncompleteResultHandling

public virtual SBSDKMRZIncompleteResultHandling IncompleteResultHandling { get; set; }

Property Value

SBSDKMRZIncompleteResultHandling

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKMRZParserConfiguration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKMRZParserConfiguration

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