Class CroppingAppearanceConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the general appearance for the cropping screen.
public class CroppingAppearanceConfiguration
- Inheritance
-
CroppingAppearanceConfiguration
- Inherited Members
Properties
BottomBarBackgroundColor
The background color of the bottom bar. Default is "?sbColorPrimary"
public ColorValue BottomBarBackgroundColor { get; set; }
Property Value
OrientationLockMode
Which mode to use when orientation should be locked to landscape or portrait. Default is NONE
public OrientationLockMode OrientationLockMode { get; set; }
Property Value
StatusBarMode
Determines the visual mode used for the status bar icons. Default is LIGHT
public StatusBarMode StatusBarMode { get; set; }
Property Value
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
Methods
FromJson(string)
public static CroppingAppearanceConfiguration FromJson(string rawJson)
Parameters
rawJson
string