Table of Contents

Class DocumentStraighteningModeConverter

Namespace
ScanbotSDK.MAUI.Core.DocumentScanner
Assembly
DocumentSDK.MAUI.dll
public class DocumentStraighteningModeConverter : JsonConverter<DocumentStraighteningMode>
Inheritance
DocumentStraighteningModeConverter
Inherited Members

Constructors

DocumentStraighteningModeConverter()

public DocumentStraighteningModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentStraighteningMode

Write(Utf8JsonWriter, DocumentStraighteningMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color DocumentStraighteningMode
options JsonSerializerOptions