Table of Contents

Class ScanbotButtonType

Namespace
IO.Scanbot.Sdk.Ui_v2.Common.Components
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui_v2/common/components/ScanbotButtonType", DoNotGenerateAcw = true)]
public sealed class ScanbotButtonType : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ScanbotButtonType
Implements
Inherited Members

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Outlined

[Register("Outlined")]
public static ScanbotButtonType Outlined { get; }

Property Value

ScanbotButtonType

Shape

[Register("Shape")]
public static ScanbotButtonType Shape { get; }

Property Value

ScanbotButtonType

Text

[Register("Text")]
public static ScanbotButtonType Text { get; }

Property Value

ScanbotButtonType

Methods

ValueOf(string)

[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui_v2/common/components/ScanbotButtonType;", "")]
public static ScanbotButtonType ValueOf(string value)

Parameters

value string

Returns

ScanbotButtonType

Values()

[Register("values", "()[Lio/scanbot/sdk/ui_v2/common/components/ScanbotButtonType;", "")]
public static ScanbotButtonType[] Values()

Returns

ScanbotButtonType[]