Table of Contents

Class AcknowledgementMode

Namespace
IO.Scanbot.Sdk.Ui_v2.Document.Configuration
Assembly
DocumentSDK.NET.Droid.dll
public sealed class AcknowledgementMode : Enum
Inheritance
AcknowledgementMode

Properties

Always

public static AcknowledgementMode Always { get; }

Property Value

AcknowledgementMode

BadQuality

public static AcknowledgementMode BadQuality { get; }

Property Value

AcknowledgementMode

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

None

public static AcknowledgementMode None { get; }

Property Value

AcknowledgementMode

Methods

FromJson(string)

public static AcknowledgementMode FromJson(string json)

Parameters

json string

Returns

AcknowledgementMode

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static AcknowledgementMode ValueOf(string value)

Parameters

value string

Returns

AcknowledgementMode

Values()

public static AcknowledgementMode[] Values()

Returns

AcknowledgementMode[]