Table of Contents

Class SBSDKLicensePlateScannerViewController

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKLicensePlateScannerViewController : SBSDKBaseScannerViewController
Inheritance
SBSDKLicensePlateScannerViewController
Inherited Members
Extension Methods

Constructors

SBSDKLicensePlateScannerViewController()

public SBSDKLicensePlateScannerViewController()

SBSDKLicensePlateScannerViewController(NSCoder)

public SBSDKLicensePlateScannerViewController(NSCoder coder)

Parameters

coder NSCoder

SBSDKLicensePlateScannerViewController(NSObjectFlag)

protected SBSDKLicensePlateScannerViewController(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKLicensePlateScannerViewController(NativeHandle)

protected SBSDKLicensePlateScannerViewController(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKLicensePlateScannerViewController(SBSDKLicensePlateScannerConfiguration, SBSDKLicensePlateScannerViewControllerDelegate?)

public SBSDKLicensePlateScannerViewController(SBSDKLicensePlateScannerConfiguration configuration, SBSDKLicensePlateScannerViewControllerDelegate? @delegate)

Parameters

configuration SBSDKLicensePlateScannerConfiguration
delegate SBSDKLicensePlateScannerViewControllerDelegate

SBSDKLicensePlateScannerViewController(UIViewController, UIView, SBSDKLicensePlateScannerConfiguration, SBSDKLicensePlateScannerViewControllerDelegate?)

public SBSDKLicensePlateScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKLicensePlateScannerConfiguration configuration, SBSDKLicensePlateScannerViewControllerDelegate? @delegate)

Parameters

parentViewController UIViewController
parentView UIView
configuration SBSDKLicensePlateScannerConfiguration
delegate SBSDKLicensePlateScannerViewControllerDelegate

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Configuration

public virtual SBSDKLicensePlateScannerConfiguration Configuration { get; set; }

Property Value

SBSDKLicensePlateScannerConfiguration

Delegate

public SBSDKLicensePlateScannerViewControllerDelegate? Delegate { get; set; }

Property Value

SBSDKLicensePlateScannerViewControllerDelegate

ShouldRecognize

public ShouldRecognizeFunc3? ShouldRecognize { get; set; }

Property Value

ShouldRecognizeFunc3

WeakDelegate

public virtual NSObject? WeakDelegate { get; set; }

Property Value

NSObject

Methods

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

ViewDidLoad()

public virtual void ViewDidLoad()

Events

DidRecognizeLicensePlateOn

public event EventHandler<RecognizeLicensePlateOnEventArgs> DidRecognizeLicensePlateOn

Event Type

EventHandler<RecognizeLicensePlateOnEventArgs>