Table of Contents

Class OutputMode

Namespace
IO.Scanbot.Sdk.Imagefilters
Assembly
DocumentSDK.NET.Droid.dll
public sealed class OutputMode : Enum
Inheritance
OutputMode

Properties

A

public static IList<OutputMode> A { get; }

Property Value

IList<OutputMode>

Antialiased

public static OutputMode Antialiased { get; }

Property Value

OutputMode

B

public static IEnumEntries B { get; }

Property Value

IEnumEntries

Binary

public static OutputMode Binary { get; }

Property Value

OutputMode

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Methods

FromJson(string)

public static OutputMode FromJson(string json)

Parameters

json string

Returns

OutputMode

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static OutputMode ValueOf(string value)

Parameters

value string

Returns

OutputMode

Values()

public static OutputMode[] Values()

Returns

OutputMode[]