Table of Contents

Class ShutterButton

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll
public class ShutterButton
Inheritance
ShutterButton
Inherited Members

Constructors

ShutterButton()

public ShutterButton()

Properties

AccessibilityDescription

public string AccessibilityDescription { get; set; }

Property Value

string

EnabledInAutoSnappingMode

public bool EnabledInAutoSnappingMode { get; set; }

Property Value

bool

InnerColor

public ColorValue InnerColor { get; set; }

Property Value

ColorValue

OuterColor

public ColorValue OuterColor { get; set; }

Property Value

ColorValue

Methods

FromJson(string)

public static ShutterButton FromJson(string rawJson)

Parameters

rawJson string

Returns

ShutterButton

FromNative(ShutterButton)

public static ShutterButton FromNative(ShutterButton source)

Parameters

source ShutterButton

Returns

ShutterButton

FromNative(SBSDKUI2ShutterButton)

public static ShutterButton FromNative(SBSDKUI2ShutterButton source)

Parameters

source SBSDKUI2ShutterButton

Returns

ShutterButton

ToNative()

public ShutterButton ToNative()

Returns

ShutterButton