Table of Contents

Class DocumentFlowAppearanceConfiguration

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

Configuration of the general appearance.

public class DocumentFlowAppearanceConfiguration
Inheritance
DocumentFlowAppearanceConfiguration
Inherited Members

Properties

BottomBarBackgroundColor

The background color of the bottom bar. Default is "?sbColorPrimary"

public ColorValue BottomBarBackgroundColor { get; set; }

Property Value

ColorValue

OrientationLockMode

Which mode to use when orientation should be locked to landscape or portrait. Default is NONE

public OrientationLockMode OrientationLockMode { get; set; }

Property Value

OrientationLockMode

StatusBarMode

Determines the visual mode used for the status bar icons. Default is LIGHT

public StatusBarMode StatusBarMode { get; set; }

Property Value

StatusBarMode

TopBarBackgroundColor

The background color of the top bar. Only applicable when the visual mode is specified as 'SOLID', otherwise ignored. Default is "?sbColorPrimary"

public ColorValue TopBarBackgroundColor { get; set; }

Property Value

ColorValue

Methods

FromJson(string)

public static DocumentFlowAppearanceConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentFlowAppearanceConfiguration