Table of Contents

Class SBSDKUI2BaseViewFinderConfiguration

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKUI2BaseViewFinderConfiguration : SBSDKUI2Node, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKUI2BaseViewFinderConfiguration
Implements
INSCopying
INativeObject
Derived

Constructors

SBSDKUI2BaseViewFinderConfiguration(NSObjectFlag)

protected SBSDKUI2BaseViewFinderConfiguration(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKUI2BaseViewFinderConfiguration(NativeHandle)

protected SBSDKUI2BaseViewFinderConfiguration(NativeHandle handle)

Parameters

handle NativeHandle

Properties

AspectRatio

public virtual SBSDKAspectRatio AspectRatio { get; set; }

Property Value

SBSDKAspectRatio

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

MinimumInsets

public virtual SBSDKUI2EdgeInsets MinimumInsets { get; set; }

Property Value

SBSDKUI2EdgeInsets

OverlayColor

public virtual SBSDKUI2Color OverlayColor { get; set; }

Property Value

SBSDKUI2Color

PermanentViewFinderConfiguration

public static SBSDKUI2PermanentViewFinderConfiguration PermanentViewFinderConfiguration { get; }

Property Value

SBSDKUI2PermanentViewFinderConfiguration

PreferredHeight

public virtual double PreferredHeight { get; set; }

Property Value

double

Style

public virtual SBSDKUI2FinderStyle Style { get; set; }

Property Value

SBSDKUI2FinderStyle

ViewFinderConfiguration

public static SBSDKUI2ViewFinderConfiguration ViewFinderConfiguration { get; }

Property Value

SBSDKUI2ViewFinderConfiguration

_type

public virtual string _type { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKUI2BaseViewFinderConfiguration? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKUI2BaseViewFinderConfiguration

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string