Table of Contents

Class DocumentScannerEngineModeConverter

Namespace
ScanbotSDK.MAUI.Core.Document
Assembly
ScanbotSDK.Shared.dll
public class DocumentScannerEngineModeConverter : JsonConverter<DocumentScannerEngineMode>
Inheritance
DocumentScannerEngineModeConverter
Inherited Members

Constructors

DocumentScannerEngineModeConverter()

public DocumentScannerEngineModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentScannerEngineMode

Write(Utf8JsonWriter, DocumentScannerEngineMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color DocumentScannerEngineMode
options JsonSerializerOptions