Table of Contents

Class SBSDKUILicensePlateScannerViewController

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

Constructors

SBSDKUILicensePlateScannerViewController()

public SBSDKUILicensePlateScannerViewController()

SBSDKUILicensePlateScannerViewController(NSCoder)

public SBSDKUILicensePlateScannerViewController(NSCoder coder)

Parameters

coder NSCoder

SBSDKUILicensePlateScannerViewController(NSObjectFlag)

protected SBSDKUILicensePlateScannerViewController(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUILicensePlateScannerViewController(NativeHandle)

protected SBSDKUILicensePlateScannerViewController(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

ContainerForEnableCameraView

public virtual UIView ContainerForEnableCameraView { get; }

Property Value

UIView

Delegate

public SBSDKUILicensePlateScannerViewControllerDelegate? Delegate { get; set; }

Property Value

SBSDKUILicensePlateScannerViewControllerDelegate

EnableCameraTextConfiguration

public virtual SBSDKUIEnableCameraTextConfiguration EnableCameraTextConfiguration { get; }

Property Value

SBSDKUIEnableCameraTextConfiguration

EnableCameraUIConfiguration

public virtual SBSDKUIEnableCameraUIConfiguration EnableCameraUIConfiguration { get; }

Property Value

SBSDKUIEnableCameraUIConfiguration

IsRecognitionEnabled

public virtual bool IsRecognitionEnabled { get; set; }

Property Value

bool

SupportedInterfaceOrientations

public virtual UIInterfaceOrientationMask SupportedInterfaceOrientations { get; }

Property Value

UIInterfaceOrientationMask

WeakDelegate

public virtual NSObject? WeakDelegate { get; set; }

Property Value

NSObject

Methods

CreateNew(SBSDKUILicensePlateScannerConfiguration, SBSDKUILicensePlateScannerViewControllerDelegate?)

public static SBSDKUILicensePlateScannerViewController CreateNew(SBSDKUILicensePlateScannerConfiguration configuration, SBSDKUILicensePlateScannerViewControllerDelegate? @delegate)

Parameters

configuration SBSDKUILicensePlateScannerConfiguration
delegate SBSDKUILicensePlateScannerViewControllerDelegate

Returns

SBSDKUILicensePlateScannerViewController

DidHideEnableCameraView()

public virtual void DidHideEnableCameraView()

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

PresentOn(UIViewController, SBSDKUILicensePlateScannerConfiguration, SBSDKUILicensePlateScannerViewControllerDelegate?)

public static SBSDKUILicensePlateScannerViewController PresentOn(UIViewController presenter, SBSDKUILicensePlateScannerConfiguration configuration, SBSDKUILicensePlateScannerViewControllerDelegate? @delegate)

Parameters

presenter UIViewController
configuration SBSDKUILicensePlateScannerConfiguration
delegate SBSDKUILicensePlateScannerViewControllerDelegate

Returns

SBSDKUILicensePlateScannerViewController

UpdateFlashButton()

public virtual void UpdateFlashButton()

UpdateLayout()

public virtual void UpdateLayout()

ViewDidLoad()

public virtual void ViewDidLoad()

WillShowEnableCameraView()

public virtual void WillShowEnableCameraView()

Events

DidCancel

public event EventHandler DidCancel

Event Type

EventHandler

DidRecognizeLicensePlate

public event EventHandler<RecognizeLicensePlateEventArgs> DidRecognizeLicensePlate

Event Type

EventHandler<RecognizeLicensePlateEventArgs>