Table of Contents

Class CameraScreenConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public class CameraScreenConfiguration
Inheritance
CameraScreenConfiguration
Inherited Members

Constructors

CameraScreenConfiguration()

public CameraScreenConfiguration()

Properties

Acknowledgement

public AcknowledgementScreenConfiguration Acknowledgement { get; set; }

Property Value

AcknowledgementScreenConfiguration

AutoRotateImages

public bool AutoRotateImages { get; set; }

Property Value

bool

BackgroundColor

public ColorValue BackgroundColor { get; set; }

Property Value

ColorValue

BottomBar

public CameraBottomBar BottomBar { get; set; }

Property Value

CameraBottomBar

CameraConfiguration

public DocumentScannerCameraConfiguration CameraConfiguration { get; set; }

Property Value

DocumentScannerCameraConfiguration

CameraPermission

public CameraPermissionScreen CameraPermission { get; set; }

Property Value

CameraPermissionScreen

CancelAlertDialog

public ScanbotAlertDialog CancelAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

CaptureFeedback

public CaptureFeedback CaptureFeedback { get; set; }

Property Value

CaptureFeedback

DocumentQualityAnalyzerConfiguration

public DocumentQualityAnalyzerConfiguration DocumentQualityAnalyzerConfiguration { get; set; }

Property Value

DocumentQualityAnalyzerConfiguration

Introduction

public IntroductionScreenConfiguration Introduction { get; set; }

Property Value

IntroductionScreenConfiguration

LimitReachedAlertDialog

public ScanbotAlertDialog LimitReachedAlertDialog { get; set; }

Property Value

ScanbotAlertDialog

OpenReviewAfterEachScan

public bool OpenReviewAfterEachScan { get; set; }

Property Value

bool

Polygon

public DocumentPolygonConfiguration Polygon { get; set; }

Property Value

DocumentPolygonConfiguration

ScanAssistanceOverlay

public ScanAssistanceOverlay ScanAssistanceOverlay { get; set; }

Property Value

ScanAssistanceOverlay

ScannerParameters

public DocumentScannerParameters ScannerParameters { get; set; }

Property Value

DocumentScannerParameters

Timeouts

public Timeouts Timeouts { get; set; }

Property Value

Timeouts

TopBarBackButton

public ButtonConfiguration TopBarBackButton { get; set; }

Property Value

ButtonConfiguration

TopBarIntroButton

public IconButton TopBarIntroButton { get; set; }

Property Value

IconButton

TopBarTitle

public StyledText TopBarTitle { get; set; }

Property Value

StyledText

TopUserGuidance

public UserGuidanceConfiguration TopUserGuidance { get; set; }

Property Value

UserGuidanceConfiguration

UserGuidance

public DocumentScannerUserGuidance UserGuidance { get; set; }

Property Value

DocumentScannerUserGuidance

Vibration

public Vibration Vibration { get; set; }

Property Value

Vibration

ViewFinder

public ViewFinderConfiguration ViewFinder { get; set; }

Property Value

ViewFinderConfiguration

Methods

FromJson(string)

public static CameraScreenConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

CameraScreenConfiguration