Table of Contents

Class ZoomOverlay

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

Configuration of the zoom overlay for the review screen.

public class ZoomOverlay
Inheritance
ZoomOverlay
Inherited Members

Properties

CloseButton

Configuration of the 'close' button for the zoom overlay.

public ButtonConfiguration CloseButton { get; set; }

Property Value

ButtonConfiguration

OverlayColor

The background color of the zoom overlay. Default is "?sbColorModalOverlay"

public ColorValue OverlayColor { get; set; }

Property Value

ColorValue

Methods

FromJson(string)

public static ZoomOverlay FromJson(string rawJson)

Parameters

rawJson string

Returns

ZoomOverlay