Class SBSDKCheckScannerViewController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKCheckScannerViewController : SBSDKBaseScannerViewController
- Inheritance
-
SBSDKCheckScannerViewController
- Inherited Members
-
Constructors
SBSDKCheckScannerViewController()
public SBSDKCheckScannerViewController()
SBSDKCheckScannerViewController(NSCoder)
public SBSDKCheckScannerViewController(NSCoder coder)
Parameters
coder NSCoder
SBSDKCheckScannerViewController(NSObjectFlag?)
protected SBSDKCheckScannerViewController(NSObjectFlag? t)
Parameters
t NSObjectFlag
SBSDKCheckScannerViewController(NativeHandle?)
protected SBSDKCheckScannerViewController(NativeHandle? handle)
Parameters
handle NativeHandle
SBSDKCheckScannerViewController(UIViewController, UIView, SBSDKCheckScannerConfiguration, SBSDKCheckScannerViewControllerDelegate?)
public SBSDKCheckScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKCheckScannerConfiguration configuration, SBSDKCheckScannerViewControllerDelegate? @delegate)
Parameters
parentViewController UIViewController
parentView UIView
configuration SBSDKCheckScannerConfiguration
delegate SBSDKCheckScannerViewControllerDelegate
Properties
CaptureHighResolutionImage
public virtual bool CaptureHighResolutionImage { get; set; }
Property Value
- bool
CheckScannerViewControllerShouldScan
public CheckScannerViewControllerShouldScanFunc? CheckScannerViewControllerShouldScan { get; set; }
Property Value
- CheckScannerViewControllerShouldScanFunc
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
Delegate
public SBSDKCheckScannerViewControllerDelegate? Delegate { get; set; }
Property Value
- SBSDKCheckScannerViewControllerDelegate
ForResult
public ForResultFunc? ForResult { get; set; }
Property Value
- ForResultFunc
IgnoreInvalidResults
public virtual bool IgnoreInvalidResults { get; set; }
Property Value
- bool
State
public virtual SBSDKCheckScannerState State { get; }
Property Value
- SBSDKCheckScannerState
WeakDelegate
public virtual NSObject? WeakDelegate { get; set; }
Property Value
- NSObject
Methods
CopyCurrentConfiguration()
public virtual SBSDKCheckScannerConfiguration CopyCurrentConfiguration()
Returns
- SBSDKCheckScannerConfiguration
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing bool
SetConfiguration(SBSDKCheckScannerConfiguration)
public virtual void SetConfiguration(SBSDKCheckScannerConfiguration configuration)
Parameters
configuration SBSDKCheckScannerConfiguration
ViewWillAppear(bool)
public virtual void ViewWillAppear(bool animated)
Parameters
animated bool
Events
DidChangeState
public event EventHandler<ChangeStateEventArgs> DidChangeState
Event Type
- EventHandler<ChangeStateEventArgs>
DidScanCheck
public event EventHandler<ScanCheckEventArgs> DidScanCheck
Event Type
- EventHandler<ScanCheckEventArgs>