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
coderNSCoder
SBSDKMRZScannerViewController(NSObjectFlag?)
protected SBSDKMRZScannerViewController(NSObjectFlag? t)
Parameters
tNSObjectFlag
SBSDKMRZScannerViewController(NativeHandle?)
protected SBSDKMRZScannerViewController(NativeHandle? handle)
Parameters
handleNativeHandle
SBSDKMRZScannerViewController(UIViewController, UIView, SBSDKMRZScannerConfiguration, SBSDKMRZScannerViewControllerDelegate?)
public SBSDKMRZScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKMRZScannerConfiguration configuration, SBSDKMRZScannerViewControllerDelegate? @delegate)
Parameters
parentViewControllerUIViewControllerparentViewUIViewconfigurationSBSDKMRZScannerConfigurationdelegateSBSDKMRZScannerViewControllerDelegate
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
disposingbool
SetConfiguration(SBSDKMRZScannerConfiguration)
public virtual void SetConfiguration(SBSDKMRZScannerConfiguration configuration)
Parameters
configurationSBSDKMRZScannerConfiguration
Events
DidScanMRZ
public event EventHandler<ScanMRZEventArgs> DidScanMRZ