Class ReviewMorePopupMenu
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the 'more' popup menu for the review screen.
public class ReviewMorePopupMenu
- Inheritance
-
ReviewMorePopupMenu
- Inherited Members
Properties
BackgroundColor
The background color of the popup menu. Default is "?sbColorSurface"
public ColorValue BackgroundColor { get; set; }
Property Value
DeleteAll
Configuration of the 'delete all' button.
public PopupMenuItem DeleteAll { get; set; }
Property Value
ReorderPages
Configuration of the 'reorder pages' button.
public PopupMenuItem ReorderPages { get; set; }
Property Value
Methods
FromJson(string)
public static ReviewMorePopupMenu FromJson(string rawJson)
Parameters
rawJson
string