Table of Contents

Class GenericDocumentWrapper

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public abstract class GenericDocumentWrapper
Inheritance
GenericDocumentWrapper
Derived
Inherited Members

Constructors

GenericDocumentWrapper(GenericDocument)

public GenericDocumentWrapper(GenericDocument document)

Parameters

document GenericDocument

Properties

Document

public GenericDocument Document { get; }

Property Value

GenericDocument

RequiredDocumentType

protected abstract string RequiredDocumentType { get; }

Property Value

string