Table of Contents

Class SBSDKUIGenericDocumentRecognizerViewController

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKUIGenericDocumentRecognizerViewController : SBSDKUICameraViewController
Inheritance
SBSDKUIGenericDocumentRecognizerViewController
Inherited Members
Extension Methods

Constructors

SBSDKUIGenericDocumentRecognizerViewController()

public SBSDKUIGenericDocumentRecognizerViewController()

SBSDKUIGenericDocumentRecognizerViewController(NSCoder)

public SBSDKUIGenericDocumentRecognizerViewController(NSCoder coder)

Parameters

coder NSCoder

SBSDKUIGenericDocumentRecognizerViewController(NSObjectFlag)

protected SBSDKUIGenericDocumentRecognizerViewController(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUIGenericDocumentRecognizerViewController(NativeHandle)

protected SBSDKUIGenericDocumentRecognizerViewController(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 SBSDKUIGenericDocumentRecognizerViewControllerDelegate? Delegate { get; set; }

Property Value

SBSDKUIGenericDocumentRecognizerViewControllerDelegate

EnableCameraTextConfiguration

public virtual SBSDKUIEnableCameraTextConfiguration EnableCameraTextConfiguration { get; }

Property Value

SBSDKUIEnableCameraTextConfiguration

EnableCameraUIConfiguration

public virtual SBSDKUIEnableCameraUIConfiguration EnableCameraUIConfiguration { get; }

Property Value

SBSDKUIEnableCameraUIConfiguration

SupportedInterfaceOrientations

public virtual UIInterfaceOrientationMask SupportedInterfaceOrientations { get; }

Property Value

UIInterfaceOrientationMask

WeakDelegate

public virtual NSObject? WeakDelegate { get; set; }

Property Value

NSObject

Methods

CreateWithConfigurationAndDelegate(SBSDKUIGenericDocumentRecognizerConfiguration, SBSDKUIGenericDocumentRecognizerViewControllerDelegate?)

public static SBSDKUIGenericDocumentRecognizerViewController CreateWithConfigurationAndDelegate(SBSDKUIGenericDocumentRecognizerConfiguration configuration, SBSDKUIGenericDocumentRecognizerViewControllerDelegate? @delegate)

Parameters

configuration SBSDKUIGenericDocumentRecognizerConfiguration
delegate SBSDKUIGenericDocumentRecognizerViewControllerDelegate

Returns

SBSDKUIGenericDocumentRecognizerViewController

DidHideEnableCameraView()

public virtual void DidHideEnableCameraView()

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

PresentOn(UIViewController, SBSDKUIGenericDocumentRecognizerConfiguration, SBSDKUIGenericDocumentRecognizerViewControllerDelegate?)

public static SBSDKUIGenericDocumentRecognizerViewController PresentOn(UIViewController presenter, SBSDKUIGenericDocumentRecognizerConfiguration configuration, SBSDKUIGenericDocumentRecognizerViewControllerDelegate? @delegate)

Parameters

presenter UIViewController
configuration SBSDKUIGenericDocumentRecognizerConfiguration
delegate SBSDKUIGenericDocumentRecognizerViewControllerDelegate

Returns

SBSDKUIGenericDocumentRecognizerViewController

UpdateFlashButton()

public virtual void UpdateFlashButton()

UpdateLayout()

public virtual void UpdateLayout()

ViewDidLoad()

public virtual void ViewDidLoad()

ViewWillAppear(bool)

public virtual void ViewWillAppear(bool animated)

Parameters

animated bool

WillShowEnableCameraView()

public virtual void WillShowEnableCameraView()

Events

DidCancel

public event EventHandler DidCancel

Event Type

EventHandler

DidFinishWithDocuments

public event EventHandler<FinishWithDocumentsEventArgs> DidFinishWithDocuments

Event Type

EventHandler<FinishWithDocumentsEventArgs>