Class CameraScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the screen for scanning the pages with the camera.
public class CameraScreenConfiguration
- Inheritance
-
CameraScreenConfiguration
- Inherited Members
Properties
Acknowledgement
Configuration of the acknowledgement screen.
public AcknowledgementScreenConfiguration Acknowledgement { get; set; }
Property Value
BackgroundColor
The background color of the camera screen. Default is "#000000FF"
public ColorValue BackgroundColor { get; set; }
Property Value
BottomBar
Configuration of the bottom bar for the camera screen.
public CameraBottomBar BottomBar { get; set; }
Property Value
CameraConfiguration
Configuration of the camera behavior.
public DocumentScannerCameraConfiguration CameraConfiguration { get; set; }
Property Value
CameraPermission
Configuration of the camera permission screen.
public CameraPermissionScreen CameraPermission { get; set; }
Property Value
CancelAlertDialog
Configuration of the alert dialog displayed when the 'cancel' button is pressed.
public ScanbotAlertDialog CancelAlertDialog { get; set; }
Property Value
CaptureFeedback
Configuration of the feedback shown after snapping a page.
public CaptureFeedback CaptureFeedback { get; set; }
Property Value
Introduction
Configuration of the introduction screen.
public IntroductionScreenConfiguration Introduction { get; set; }
Property Value
LimitReachedAlertDialog
Configuration of the alert dialog displayed when the scan limit is reached.
public ScanbotAlertDialog LimitReachedAlertDialog { get; set; }
Property Value
Polygon
Configuration of the document contour detection polygon.
public DocumentPolygonConfiguration Polygon { get; set; }
Property Value
ScanAssistanceOverlay
Configuration of the scan assistance overlay.
public ScanAssistanceOverlay ScanAssistanceOverlay { get; set; }
Property Value
Timeouts
Configuration of timeouts.
public Timeouts Timeouts { get; set; }
Property Value
TopBarBackButton
Configuration of the 'cancel' button, located in the top bar.
public ButtonConfiguration TopBarBackButton { get; set; }
Property Value
TopBarIntroButton
Configuration of the 'introduction' button, located in the top bar.
public IconButton TopBarIntroButton { get; set; }
Property Value
TopBarTitle
Configuration of the title, located in the top bar.
public StyledText TopBarTitle { get; set; }
Property Value
TopUserGuidance
Configuration of the static user guidance, located just below the top bar.
public UserGuidanceConfiguration TopUserGuidance { get; set; }
Property Value
UserGuidance
Configuration of the hints guiding users through the scanning process.
public DocumentScannerUserGuidance UserGuidance { get; set; }
Property Value
Vibration
Configuration of the scan confirmation vibration.
public Vibration Vibration { get; set; }
Property Value
ViewFinder
Configuration of the viewfinder.
public ViewFinderConfiguration ViewFinder { get; set; }
Property Value
Methods
FromJson(string)
public static CameraScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string