Table of Contents

Delegate ShouldScanMRZFunc

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public delegate bool ShouldScanMRZFunc(SBSDKMRZScannerViewController controller)

Parameters

controller SBSDKMRZScannerViewController

Returns

bool

Constructors

ShouldScanMRZFunc(object, nint)

public ShouldScanMRZFunc(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(SBSDKMRZScannerViewController, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(SBSDKMRZScannerViewController controller, AsyncCallback callback, object @object)

Parameters

controller SBSDKMRZScannerViewController
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(SBSDKMRZScannerViewController)

public virtual bool Invoke(SBSDKMRZScannerViewController controller)

Parameters

controller SBSDKMRZScannerViewController

Returns

bool