Table of Contents

Class Check

Namespace
ScanbotSDK.MAUI.CheckDocumentModel
Assembly
ScanbotSDK.Shared.dll

Check Document

public abstract class Check : GenericDocumentWrapper
Inheritance
Check
Derived
Inherited Members

Constructors

Check(GenericDocument)

public Check(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

FontType

type of check font

public Field? FontType { get; }

Property Value

Field

RawString

Detected raw string

public Field RawString { get; }

Property Value

Field