Table of Contents

Class SBSDKGenericTextLineRecognizerViewController

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

Constructors

SBSDKGenericTextLineRecognizerViewController()

public SBSDKGenericTextLineRecognizerViewController()

SBSDKGenericTextLineRecognizerViewController(NSCoder)

public SBSDKGenericTextLineRecognizerViewController(NSCoder coder)

Parameters

coder NSCoder

SBSDKGenericTextLineRecognizerViewController(NSObjectFlag)

protected SBSDKGenericTextLineRecognizerViewController(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericTextLineRecognizerViewController(NativeHandle)

protected SBSDKGenericTextLineRecognizerViewController(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKGenericTextLineRecognizerViewController(SBSDKGenericTextLineRecognizerConfiguration, SBSDKGenericTextLineRecognizerViewControllerDelegate?)

public SBSDKGenericTextLineRecognizerViewController(SBSDKGenericTextLineRecognizerConfiguration configuration, SBSDKGenericTextLineRecognizerViewControllerDelegate? @delegate)

Parameters

configuration SBSDKGenericTextLineRecognizerConfiguration
delegate SBSDKGenericTextLineRecognizerViewControllerDelegate

SBSDKGenericTextLineRecognizerViewController(UIViewController, UIView, SBSDKGenericTextLineRecognizerConfiguration, SBSDKGenericTextLineRecognizerViewControllerDelegate?)

public SBSDKGenericTextLineRecognizerViewController(UIViewController parentViewController, UIView parentView, SBSDKGenericTextLineRecognizerConfiguration configuration, SBSDKGenericTextLineRecognizerViewControllerDelegate? @delegate)

Parameters

parentViewController UIViewController
parentView UIView
configuration SBSDKGenericTextLineRecognizerConfiguration
delegate SBSDKGenericTextLineRecognizerViewControllerDelegate

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Configuration

public virtual SBSDKGenericTextLineRecognizerConfiguration Configuration { get; set; }

Property Value

SBSDKGenericTextLineRecognizerConfiguration

Delegate

public SBSDKGenericTextLineRecognizerViewControllerDelegate? Delegate { get; set; }

Property Value

SBSDKGenericTextLineRecognizerViewControllerDelegate

ShouldRecognize

public ShouldRecognizeFunc1? ShouldRecognize { get; set; }

Property Value

ShouldRecognizeFunc1

ShouldShowWordBoxes

public virtual bool ShouldShowWordBoxes { get; set; }

Property Value

bool

WeakDelegate

public virtual NSObject? WeakDelegate { get; set; }

Property Value

NSObject

WordBoxesFillColor

public virtual UIColor WordBoxesFillColor { get; set; }

Property Value

UIColor

WordBoxesLineColor

public virtual UIColor WordBoxesLineColor { get; set; }

Property Value

UIColor

Methods

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

Events

DidValidateResult

public event EventHandler<ValidateResultEventArgs> DidValidateResult

Event Type

EventHandler<ValidateResultEventArgs>