Class SBSDKMRZScannerViewController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKMRZScannerViewController : SBSDKBaseScannerViewController
- Inheritance
-
SBSDKMRZScannerViewController
- Inherited Members
Constructors
SBSDKMRZScannerViewController()
public SBSDKMRZScannerViewController()
SBSDKMRZScannerViewController(NSCoder)
public SBSDKMRZScannerViewController(NSCoder coder)
Parameters
coder
NSCoder
SBSDKMRZScannerViewController(NSObjectFlag?)
protected SBSDKMRZScannerViewController(NSObjectFlag? t)
Parameters
t
NSObjectFlag
SBSDKMRZScannerViewController(NativeHandle?)
protected SBSDKMRZScannerViewController(NativeHandle? handle)
Parameters
handle
NativeHandle
SBSDKMRZScannerViewController(UIViewController, UIView, SBSDKMRZScannerConfiguration, SBSDKMRZScannerViewControllerDelegate?)
public SBSDKMRZScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKMRZScannerConfiguration configuration, SBSDKMRZScannerViewControllerDelegate? @delegate)
Parameters
parentViewController
UIViewControllerparentView
UIViewconfiguration
SBSDKMRZScannerConfigurationdelegate
SBSDKMRZScannerViewControllerDelegate
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
Delegate
public SBSDKMRZScannerViewControllerDelegate? Delegate { get; set; }
Property Value
ShouldScanMRZ
public ShouldScanMRZFunc? ShouldScanMRZ { get; set; }
Property Value
WeakDelegate
public virtual NSObject? WeakDelegate { get; set; }
Property Value
- NSObject
Methods
CopyCurrentConfiguration()
public virtual SBSDKMRZScannerConfiguration CopyCurrentConfiguration()
Returns
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
SetConfiguration(SBSDKMRZScannerConfiguration)
public virtual void SetConfiguration(SBSDKMRZScannerConfiguration configuration)
Parameters
configuration
SBSDKMRZScannerConfiguration
Events
DidScanMRZ
public event EventHandler<ScanMRZEventArgs> DidScanMRZ