Table of Contents

Class OutputModeConverter

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll

Output mode of binarization filter.

public class OutputModeConverter : JsonConverter<OutputMode>
Inheritance
OutputModeConverter
Inherited Members

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type OutputMode.

public override OutputMode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader

The reader.

typeToConvert Type

The type to convert.

options JsonSerializerOptions

An object that specifies serialization options to use.

Returns

OutputMode

The converted value.

Write(Utf8JsonWriter, OutputMode, JsonSerializerOptions)

Writes a specified value as JSON.

public override void Write(Utf8JsonWriter writer, OutputMode color, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter

The writer to write to.

color OutputMode
options JsonSerializerOptions

An object that specifies serialization options to use.