Class SBSDKUIMRZScannerViewController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKUIMRZScannerViewController : SBSDKUICameraViewController
- Inheritance
-
SBSDKUIMRZScannerViewController
- Inherited Members
-
- Extension Methods
-
Constructors
SBSDKUIMRZScannerViewController()
public SBSDKUIMRZScannerViewController()
SBSDKUIMRZScannerViewController(NSCoder)
public SBSDKUIMRZScannerViewController(NSCoder coder)
Parameters
coder
NSCoder
SBSDKUIMRZScannerViewController(NSObjectFlag)
protected SBSDKUIMRZScannerViewController(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUIMRZScannerViewController(NativeHandle)
protected SBSDKUIMRZScannerViewController(NativeHandle handle)
Parameters
handle
NativeHandle
Properties
ClassHandle
public override NativeHandle ClassHandle { get; }
Property Value
- NativeHandle
ContainerForEnableCameraView
public virtual UIView ContainerForEnableCameraView { get; }
Property Value
- UIView
Delegate
public SBSDKUIMRZScannerViewControllerDelegate? Delegate { get; set; }
Property Value
- SBSDKUIMRZScannerViewControllerDelegate
EnableCameraTextConfiguration
public virtual SBSDKUIEnableCameraTextConfiguration EnableCameraTextConfiguration { get; }
Property Value
- SBSDKUIEnableCameraTextConfiguration
EnableCameraUIConfiguration
public virtual SBSDKUIEnableCameraUIConfiguration EnableCameraUIConfiguration { get; }
Property Value
- SBSDKUIEnableCameraUIConfiguration
IsRecognitionEnabled
public virtual bool IsRecognitionEnabled { get; set; }
Property Value
- bool
SupportedInterfaceOrientations
public virtual UIInterfaceOrientationMask SupportedInterfaceOrientations { get; }
Property Value
- UIInterfaceOrientationMask
WeakDelegate
public virtual NSObject? WeakDelegate { get; set; }
Property Value
- NSObject
Methods
CreateWithConfiguration(SBSDKUIMRZScannerConfiguration, SBSDKUIMRZScannerViewControllerDelegate?)
public static SBSDKUIMRZScannerViewController CreateWithConfiguration(SBSDKUIMRZScannerConfiguration configuration, SBSDKUIMRZScannerViewControllerDelegate? @delegate)
Parameters
configuration
SBSDKUIMRZScannerConfiguration
delegate
SBSDKUIMRZScannerViewControllerDelegate
Returns
- SBSDKUIMRZScannerViewController
DidHideEnableCameraView()
public virtual void DidHideEnableCameraView()
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
PresentOn(UIViewController, SBSDKUIMRZScannerConfiguration, SBSDKUIMRZScannerViewControllerDelegate?)
public static SBSDKUIMRZScannerViewController PresentOn(UIViewController presenter, SBSDKUIMRZScannerConfiguration configuration, SBSDKUIMRZScannerViewControllerDelegate? @delegate)
Parameters
presenter
UIViewController
configuration
SBSDKUIMRZScannerConfiguration
delegate
SBSDKUIMRZScannerViewControllerDelegate
Returns
- SBSDKUIMRZScannerViewController
public virtual void UpdateFlashButton()
UpdateLayout()
public virtual void UpdateLayout()
ViewDidLoad()
public virtual void ViewDidLoad()
WillShowEnableCameraView()
public virtual void WillShowEnableCameraView()
Events
DidCancel
public event EventHandler DidCancel
Event Type
- EventHandler
DidDetect
public event EventHandler<DetectEventArgs> DidDetect
Event Type
- EventHandler<DetectEventArgs>