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
Guidance
Configuration of the static user guidance, located just below the top bar.
public UserGuidanceConfiguration Guidance { get; set; }
Property Value
PageTextStyle
Configuration of the title below each page object.
public StyledText PageTextStyle { get; set; }
Property Value
TopBarBackButton
Configuration of the 'cancel' button, located in the top bar.
public ButtonConfiguration TopBarBackButton { get; set; }
Property Value
TopBarConfirmButton
Configuration of the 'confirm' button, located in the top bar.
public ButtonConfiguration TopBarConfirmButton { get; set; }
Property Value
TopBarTitle
Configuration of the title, located in the top bar.
public StyledText TopBarTitle { get; set; }
Property Value
Methods
FromJson(string)
public static ReorderPagesScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string