Table of Contents

Class SBSDKUIGenericDocumentRecognizerUIConfiguration

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKUIGenericDocumentRecognizerUIConfiguration : NSObject
Inheritance
SBSDKUIGenericDocumentRecognizerUIConfiguration

Constructors

SBSDKUIGenericDocumentRecognizerUIConfiguration()

public SBSDKUIGenericDocumentRecognizerUIConfiguration()

SBSDKUIGenericDocumentRecognizerUIConfiguration(NSObjectFlag)

protected SBSDKUIGenericDocumentRecognizerUIConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUIGenericDocumentRecognizerUIConfiguration(NativeHandle)

protected SBSDKUIGenericDocumentRecognizerUIConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

Properties

CameraOverlayColor

public virtual UIColor CameraOverlayColor { get; set; }

Property Value

UIColor

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

DetailsActionColor

public virtual UIColor DetailsActionColor { get; set; }

Property Value

UIColor

DetailsBackgroundColor

public virtual UIColor DetailsBackgroundColor { get; set; }

Property Value

UIColor

DetailsPrimaryColor

public virtual UIColor DetailsPrimaryColor { get; set; }

Property Value

UIColor

DetailsSectionHeaderBackgroundColor

public virtual UIColor DetailsSectionHeaderBackgroundColor { get; set; }

Property Value

UIColor

DetailsSectionHeaderTextColor

public virtual UIColor DetailsSectionHeaderTextColor { get; set; }

Property Value

UIColor

FieldConfidenceHighColor

public virtual UIColor FieldConfidenceHighColor { get; set; }

Property Value

UIColor

FieldConfidenceLowColor

public virtual UIColor FieldConfidenceLowColor { get; set; }

Property Value

UIColor

FieldConfidenceModerateColor

public virtual UIColor FieldConfidenceModerateColor { get; set; }

Property Value

UIColor

FieldConfidenceTextColor

public virtual UIColor FieldConfidenceTextColor { get; set; }

Property Value

UIColor

FieldTypeVisibilities

public virtual NSDictionary? FieldTypeVisibilities { get; set; }

Property Value

NSDictionary

FieldsCountTextColor

public virtual UIColor FieldsCountTextColor { get; set; }

Property Value

UIColor

FinderLineColor

public virtual UIColor FinderLineColor { get; set; }

Property Value

UIColor

FinderLineWidth

public virtual NFloat FinderLineWidth { get; set; }

Property Value

NFloat

IsCancelButtonHidden

public virtual bool IsCancelButtonHidden { get; set; }

Property Value

bool

IsFlashButtonHidden

public virtual bool IsFlashButtonHidden { get; set; }

Property Value

bool

OrientationLockMode

public virtual SBSDKOrientationLock OrientationLockMode { get; set; }

Property Value

SBSDKOrientationLock

TipBackgroundColor

public virtual UIColor TipBackgroundColor { get; set; }

Property Value

UIColor

TipTextColor

public virtual UIColor TipTextColor { get; set; }

Property Value

UIColor

TopBarBackgroundColor

public virtual UIColor TopBarBackgroundColor { get; set; }

Property Value

UIColor

TopBarButtonsColor

public virtual UIColor TopBarButtonsColor { get; set; }

Property Value

UIColor

TopBarButtonsInactiveColor

public virtual UIColor TopBarButtonsInactiveColor { get; set; }

Property Value

UIColor

Methods

SetVisibilityForFieldType(SBSDKGenericDocumentFieldDisplayState, string)

public virtual void SetVisibilityForFieldType(SBSDKGenericDocumentFieldDisplayState visibility, string fieldType)

Parameters

visibility SBSDKGenericDocumentFieldDisplayState
fieldType string

VisibilityForFieldType(string)

public virtual SBSDKGenericDocumentFieldDisplayState? VisibilityForFieldType(string fieldType)

Parameters

fieldType string

Returns

SBSDKGenericDocumentFieldDisplayState