Table of Contents

Class ReorderPagesScreenConfiguration

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

Configuration of the screen for reordering the scanned pages.

public class ReorderPagesScreenConfiguration
Inheritance
ReorderPagesScreenConfiguration
Inherited Members

Properties

BackgroundColor

The background color of the reorder pages screen. Default is "?sbColorOutline"

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

Guidance

Configuration of the static user guidance, located just below the top bar.

public UserGuidanceConfiguration Guidance { get; set; }

Property Value

UserGuidanceConfiguration

PageTextStyle

Configuration of the title below each page object.

public StyledText PageTextStyle { get; set; }

Property Value

StyledText

TopBarBackButton

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

public ButtonConfiguration TopBarBackButton { get; set; }

Property Value

ButtonConfiguration

TopBarConfirmButton

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

public ButtonConfiguration TopBarConfirmButton { get; set; }

Property Value

ButtonConfiguration

TopBarTitle

Configuration of the title, located in the top bar.

public StyledText TopBarTitle { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static ReorderPagesScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ReorderPagesScreenConfiguration