Class ReorderPagesScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.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
FromNative(ReorderPagesScreenConfiguration)
public static ReorderPagesScreenConfiguration FromNative(ReorderPagesScreenConfiguration source)
Parameters
source
ReorderPagesScreenConfiguration
Returns
- ReorderPagesScreenConfiguration
FromNative(SBSDKUI2ReorderPagesScreenConfiguration)
public static ReorderPagesScreenConfiguration FromNative(SBSDKUI2ReorderPagesScreenConfiguration source)
Parameters
source
SBSDKUI2ReorderPagesScreenConfiguration
Returns
- ReorderPagesScreenConfiguration
ToNative()
public ReorderPagesScreenConfiguration ToNative()
Returns
- ReorderPagesScreenConfiguration