Class DocumentFlowAppearanceConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
public class DocumentFlowAppearanceConfiguration
- Inheritance
-
DocumentFlowAppearanceConfiguration
- Inherited Members
-
Constructors
DocumentFlowAppearanceConfiguration()
public DocumentFlowAppearanceConfiguration()
Properties
BottomBarBackgroundColor
public ColorValue BottomBarBackgroundColor { get; set; }
Property Value
- ColorValue
NavigationBarMode
public NavigationBarMode NavigationBarMode { get; set; }
Property Value
- NavigationBarMode
OrientationLockMode
public OrientationLockMode OrientationLockMode { get; set; }
Property Value
- OrientationLockMode
StatusBarMode
public StatusBarMode StatusBarMode { get; set; }
Property Value
- StatusBarMode
TopBarBackgroundColor
public ColorValue TopBarBackgroundColor { get; set; }
Property Value
- ColorValue
Methods
FromJson(string)
public static DocumentFlowAppearanceConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- DocumentFlowAppearanceConfiguration
FromNative(DocumentFlowAppearanceConfiguration)
public static DocumentFlowAppearanceConfiguration FromNative(DocumentFlowAppearanceConfiguration source)
Parameters
source
DocumentFlowAppearanceConfiguration
Returns
- DocumentFlowAppearanceConfiguration
FromNative(SBSDKUI2DocumentFlowAppearanceConfiguration)
public static DocumentFlowAppearanceConfiguration FromNative(SBSDKUI2DocumentFlowAppearanceConfiguration source)
Parameters
source
SBSDKUI2DocumentFlowAppearanceConfiguration
Returns
- DocumentFlowAppearanceConfiguration
ToNative()
public DocumentFlowAppearanceConfiguration ToNative()
Returns
- DocumentFlowAppearanceConfiguration