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
BottomBar
Configuration of the bottom bar for the review screen.
public ReviewBottomBarConfiguration BottomBar { get; set; }
Property Value
DeleteAllPagesAlertDialog
Configuration of the alert dialog displayed when trying to delete all the pages.
public ScanbotAlertDialog DeleteAllPagesAlertDialog { get; set; }
Property Value
DeletePageAlertDialog
Configuration of the alert dialog displayed when trying to delete a single page.
public ScanbotAlertDialog DeletePageAlertDialog { get; set; }
Property Value
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
MorePopup
Configuration of the 'more' popup menu for the review screen.
public ReviewMorePopupMenu MorePopup { get; set; }
Property Value
PageCounter
Configuration of the page count label.
public UserGuidanceConfiguration PageCounter { get; set; }
Property Value
SwitchNextPageButton
Configuration of the 'next page' button.
public IconButton SwitchNextPageButton { get; set; }
Property Value
SwitchPreviousPageButton
Configuration of the 'previous page' button.
public IconButton SwitchPreviousPageButton { get; set; }
Property Value
TopBarBackButton
Configuration of the 'back' button, located in the top bar.
public ButtonConfiguration TopBarBackButton { get; set; }
Property Value
TopBarMoreButton
Configuration of the 'more' button, located in the top bar.
public IconButton TopBarMoreButton { get; set; }
Property Value
TopBarTitle
Configuration of the title, located in the top bar.
public StyledText TopBarTitle { get; set; }
Property Value
ZoomButton
Configuration of the 'zoom' button.
public RoundButton ZoomButton { get; set; }
Property Value
ZoomOverlay
Configuration of the zoom overlay for the review screen.
public ZoomOverlay ZoomOverlay { get; set; }
Property Value
Methods
FromJson(string)
public static ReviewScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string