Class SBSDKCheckRecognizerViewController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKCheckRecognizerViewController : SBSDKBaseScannerViewController
- Inheritance
-
SBSDKCheckRecognizerViewController
- Inherited Members
-
- Extension Methods
-
Constructors
SBSDKCheckRecognizerViewController()
public SBSDKCheckRecognizerViewController()
SBSDKCheckRecognizerViewController(NSCoder)
public SBSDKCheckRecognizerViewController(NSCoder coder)
Parameters
coder
NSCoder
SBSDKCheckRecognizerViewController(NSObjectFlag)
protected SBSDKCheckRecognizerViewController(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKCheckRecognizerViewController(NativeHandle)
protected SBSDKCheckRecognizerViewController(NativeHandle handle)
Parameters
handle
NativeHandle
SBSDKCheckRecognizerViewController(UIViewController, UIView, SBSDKCheckRecognizerViewControllerDelegate?)
public SBSDKCheckRecognizerViewController(UIViewController parentViewController, UIView parentView, SBSDKCheckRecognizerViewControllerDelegate? @delegate)
Parameters
parentViewController
UIViewController
parentView
UIView
delegate
SBSDKCheckRecognizerViewControllerDelegate
Properties
AcceptedCheckTypes
public virtual SBSDKCheckDocumentRootType[] AcceptedCheckTypes { get; set; }
Property Value
- SBSDKCheckDocumentRootType[]
CaptureHighResolutionImage
public virtual bool CaptureHighResolutionImage { get; set; }
Property Value
- bool
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
Delegate
public SBSDKCheckRecognizerViewControllerDelegate? Delegate { get; set; }
Property Value
- SBSDKCheckRecognizerViewControllerDelegate
IgnoreInvalidResults
public virtual bool IgnoreInvalidResults { get; set; }
Property Value
- bool
ShouldRecognize
public ShouldRecognizeFunc? ShouldRecognize { get; set; }
Property Value
- ShouldRecognizeFunc
State
public virtual SBSDKCheckRecognizerState State { get; }
Property Value
- SBSDKCheckRecognizerState
WeakDelegate
public virtual NSObject? WeakDelegate { get; set; }
Property Value
- NSObject
Methods
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
ViewWillAppear(bool)
public virtual void ViewWillAppear(bool animated)
Parameters
animated
bool
Events
DidChangeState
public event EventHandler<ChangeStateEventArgs> DidChangeState
Event Type
- EventHandler<ChangeStateEventArgs>
DidRecognizeCheck
public event EventHandler<RecognizeCheckEventArgs> DidRecognizeCheck
Event Type
- EventHandler<RecognizeCheckEventArgs>