Table of Contents

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

ColorValue

DeleteAll

Configuration of the 'delete all' button.

public PopupMenuItem DeleteAll { get; set; }

Property Value

PopupMenuItem

ReorderPages

Configuration of the 'reorder pages' button.

public PopupMenuItem ReorderPages { get; set; }

Property Value

PopupMenuItem

Methods

FromJson(string)

public static ReviewMorePopupMenu FromJson(string rawJson)

Parameters

rawJson string

Returns

ReviewMorePopupMenu