Table of Contents

Class ReviewScreenConfiguration

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

Configuration of the screen for reviewing the scanned pages.

public class ReviewScreenConfiguration
Inheritance
ReviewScreenConfiguration
Inherited Members

Properties

BackgroundColor

The background color of the review screen. Default is "?sbColorOnSurfaceVariant"

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

BottomBar

Configuration of the bottom bar for the review screen.

public ReviewBottomBarConfiguration BottomBar { get; set; }

Property Value

ReviewBottomBarConfiguration

DeleteAllPagesAlertDialog

Configuration of the alert dialog displayed when trying to delete all the pages.

public ScanbotAlertDialog DeleteAllPagesAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

DeletePageAlertDialog

Configuration of the alert dialog displayed when trying to delete a single page.

public ScanbotAlertDialog DeletePageAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

Enabled

Determines whether the review screen should be shown or not. If 'false', the review screen will be skipped and the scanned document will be returned immediately. Default is true

public bool Enabled { get; set; }

Property Value

bool

MorePopup

Configuration of the 'more' popup menu for the review screen.

public ReviewMorePopupMenu MorePopup { get; set; }

Property Value

ReviewMorePopupMenu

PageCounter

Configuration of the page count label.

public UserGuidanceConfiguration PageCounter { get; set; }

Property Value

UserGuidanceConfiguration

SwitchNextPageButton

Configuration of the 'next page' button.

public IconButton SwitchNextPageButton { get; set; }

Property Value

IconButton

SwitchPreviousPageButton

Configuration of the 'previous page' button.

public IconButton SwitchPreviousPageButton { get; set; }

Property Value

IconButton

TopBarBackButton

Configuration of the 'back' button, located in the top bar.

public ButtonConfiguration TopBarBackButton { get; set; }

Property Value

ButtonConfiguration

TopBarMoreButton

Configuration of the 'more' button, located in the top bar.

public IconButton TopBarMoreButton { get; set; }

Property Value

IconButton

TopBarTitle

Configuration of the title, located in the top bar.

public StyledText TopBarTitle { get; set; }

Property Value

StyledText

ZoomButton

Configuration of the 'zoom' button.

public RoundButton ZoomButton { get; set; }

Property Value

RoundButton

ZoomOverlay

Configuration of the zoom overlay for the review screen.

public ZoomOverlay ZoomOverlay { get; set; }

Property Value

ZoomOverlay

Methods

FromJson(string)

public static ReviewScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ReviewScreenConfiguration