Table of Contents

Class SBSDKVINScannerViewController

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

Constructors

SBSDKVINScannerViewController()

public SBSDKVINScannerViewController()

SBSDKVINScannerViewController(NSCoder)

public SBSDKVINScannerViewController(NSCoder coder)

Parameters

coder NSCoder

SBSDKVINScannerViewController(NSObjectFlag)

protected SBSDKVINScannerViewController(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKVINScannerViewController(NativeHandle)

protected SBSDKVINScannerViewController(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKVINScannerViewController(SBSDKVINScannerConfiguration, SBSDKVINScannerViewControllerDelegate?)

public SBSDKVINScannerViewController(SBSDKVINScannerConfiguration configuration, SBSDKVINScannerViewControllerDelegate? @delegate)

Parameters

configuration SBSDKVINScannerConfiguration
delegate SBSDKVINScannerViewControllerDelegate

SBSDKVINScannerViewController(UIViewController, UIView, SBSDKVINScannerConfiguration, SBSDKVINScannerViewControllerDelegate?)

public SBSDKVINScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKVINScannerConfiguration configuration, SBSDKVINScannerViewControllerDelegate? @delegate)

Parameters

parentViewController UIViewController
parentView UIView
configuration SBSDKVINScannerConfiguration
delegate SBSDKVINScannerViewControllerDelegate

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Delegate

public SBSDKVINScannerViewControllerDelegate? Delegate { get; set; }

Property Value

SBSDKVINScannerViewControllerDelegate

ShouldScan

public ShouldScanFunc2? ShouldScan { get; set; }

Property Value

ShouldScanFunc2

ShouldShowWordBoxes

public virtual bool ShouldShowWordBoxes { get; set; }

Property Value

bool

WeakDelegate

public virtual NSObject? WeakDelegate { get; set; }

Property Value

NSObject

WordBoxesFillColor

public virtual UIColor WordBoxesFillColor { get; set; }

Property Value

UIColor

WordBoxesLineColor

public virtual UIColor WordBoxesLineColor { get; set; }

Property Value

UIColor

Methods

CopyCurrentConfiguration()

public virtual SBSDKVINScannerConfiguration CopyCurrentConfiguration()

Returns

SBSDKVINScannerConfiguration

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

SetConfiguration(SBSDKVINScannerConfiguration)

public virtual void SetConfiguration(SBSDKVINScannerConfiguration configuration)

Parameters

configuration SBSDKVINScannerConfiguration

Events

DidScanValidResult

public event EventHandler<ScanValidResultEventArgs> DidScanValidResult

Event Type

EventHandler<ScanValidResultEventArgs>