Table of Contents

Class SBSDKMRZParser

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKMRZParser : NSObject
Inheritance
SBSDKMRZParser
Extension Methods

Constructors

SBSDKMRZParser(NSObjectFlag)

protected SBSDKMRZParser(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKMRZParser(NativeHandle)

protected SBSDKMRZParser(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKMRZParser(SBSDKMRZParserConfiguration, out NSError?)

public SBSDKMRZParser(SBSDKMRZParserConfiguration configuration, out NSError? error)

Parameters

configuration SBSDKMRZParserConfiguration
error NSError

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

CopyCurrentConfiguration

public virtual SBSDKMRZParserConfiguration CopyCurrentConfiguration { get; }

Property Value

SBSDKMRZParserConfiguration

Methods

ParseWithText(string, out NSError?)

public virtual SBSDKMRZScannerResult? ParseWithText(string text, out NSError? error)

Parameters

text string
error NSError

Returns

SBSDKMRZScannerResult

SetConfigurationWithConfiguration(SBSDKMRZParserConfiguration, out NSError?)

public virtual bool SetConfigurationWithConfiguration(SBSDKMRZParserConfiguration configuration, out NSError? error)

Parameters

configuration SBSDKMRZParserConfiguration
error NSError

Returns

bool