Table of Contents

Class SBSDKMRZScannerViewController

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKMRZScannerViewController : SBSDKBaseScannerViewController
Inheritance
SBSDKMRZScannerViewController
Inherited Members

Constructors

SBSDKMRZScannerViewController()

public SBSDKMRZScannerViewController()

SBSDKMRZScannerViewController(NSCoder)

public SBSDKMRZScannerViewController(NSCoder coder)

Parameters

coder NSCoder

SBSDKMRZScannerViewController(NSObjectFlag?)

protected SBSDKMRZScannerViewController(NSObjectFlag? t)

Parameters

t NSObjectFlag

SBSDKMRZScannerViewController(NativeHandle?)

protected SBSDKMRZScannerViewController(NativeHandle? handle)

Parameters

handle NativeHandle

SBSDKMRZScannerViewController(UIViewController, UIView, SBSDKMRZScannerConfiguration, SBSDKMRZScannerViewControllerDelegate?)

public SBSDKMRZScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKMRZScannerConfiguration configuration, SBSDKMRZScannerViewControllerDelegate? @delegate)

Parameters

parentViewController UIViewController
parentView UIView
configuration SBSDKMRZScannerConfiguration
delegate SBSDKMRZScannerViewControllerDelegate

Properties

ClassHandle

public override NativeHandle? ClassHandle { get; }

Property Value

NativeHandle

Delegate

public SBSDKMRZScannerViewControllerDelegate? Delegate { get; set; }

Property Value

SBSDKMRZScannerViewControllerDelegate

ShouldScanMRZ

public ShouldScanMRZFunc? ShouldScanMRZ { get; set; }

Property Value

ShouldScanMRZFunc

WeakDelegate

public virtual NSObject? WeakDelegate { get; set; }

Property Value

NSObject

Methods

CopyCurrentConfiguration()

public virtual SBSDKMRZScannerConfiguration CopyCurrentConfiguration()

Returns

SBSDKMRZScannerConfiguration

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

SetConfiguration(SBSDKMRZScannerConfiguration)

public virtual void SetConfiguration(SBSDKMRZScannerConfiguration configuration)

Parameters

configuration SBSDKMRZScannerConfiguration

Events

DidScanMRZ

public event EventHandler<ScanMRZEventArgs> DidScanMRZ

Event Type

EventHandler<ScanMRZEventArgs>