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
SBSDKLicensePlateScannerConfigurationdelegate
SBSDKLicensePlateScannerViewControllerDelegate
SBSDKLicensePlateScannerViewController(UIViewController, UIView, SBSDKLicensePlateScannerConfiguration, SBSDKLicensePlateScannerViewControllerDelegate?)
public SBSDKLicensePlateScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKLicensePlateScannerConfiguration configuration, SBSDKLicensePlateScannerViewControllerDelegate? @delegate)
Parameters
parentViewController
UIViewControllerparentView
UIViewconfiguration
SBSDKLicensePlateScannerConfigurationdelegate
SBSDKLicensePlateScannerViewControllerDelegate
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Configuration
public virtual SBSDKLicensePlateScannerConfiguration Configuration { get; set; }
Property Value
Delegate
public SBSDKLicensePlateScannerViewControllerDelegate? Delegate { get; set; }
Property Value
ShouldRecognize
public ShouldRecognizeFunc3? ShouldRecognize { get; set; }
Property Value
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