Class ReorderPagesScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
public class ReorderPagesScreenConfiguration
- Inheritance
-
ReorderPagesScreenConfiguration
- Inherited Members
-
Constructors
ReorderPagesScreenConfiguration()
public ReorderPagesScreenConfiguration()
Properties
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
Guidance
public UserGuidanceConfiguration Guidance { get; set; }
Property Value
- UserGuidanceConfiguration
PageTextStyle
public StyledText PageTextStyle { get; set; }
Property Value
- StyledText
TopBarBackButton
public ButtonConfiguration TopBarBackButton { get; set; }
Property Value
- ButtonConfiguration
TopBarConfirmButton
public ButtonConfiguration TopBarConfirmButton { get; set; }
Property Value
- ButtonConfiguration
TopBarTitle
public StyledText TopBarTitle { get; set; }
Property Value
- StyledText
Methods
FromJson(string)
public static ReorderPagesScreenConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- ReorderPagesScreenConfiguration