Table of Contents

Class DocumentScannerScreens

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

Configuration of the document scanner sub-screens.

public class DocumentScannerScreens
Inheritance
DocumentScannerScreens
Inherited Members

Properties

Camera

Configuration of the screen for scanning the pages with the camera.

public CameraScreenConfiguration Camera { get; set; }

Property Value

CameraScreenConfiguration

Cropping

Configuration of the screen for cropping the scanned pages.

public CroppingScreenConfiguration Cropping { get; set; }

Property Value

CroppingScreenConfiguration

ReorderPages

Configuration of the screen for reordering the scanned pages.

public ReorderPagesScreenConfiguration ReorderPages { get; set; }

Property Value

ReorderPagesScreenConfiguration

Review

Configuration of the screen for reviewing the scanned pages.

public ReviewScreenConfiguration Review { get; set; }

Property Value

ReviewScreenConfiguration

Methods

FromJson(string)

public static DocumentScannerScreens FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentScannerScreens