Table of Contents

Class FinderDocumentScannerConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public sealed class FinderDocumentScannerConfiguration : ScannerConfigurationBase
Inheritance
FinderDocumentScannerConfiguration
Inherited Members

Properties

AccessibilityConfiguration

Configuration for the accessibility labels and hints.

public FinderDocumentScannerAccessibilityConfiguration AccessibilityConfiguration { get; set; }

Property Value

FinderDocumentScannerAccessibilityConfiguration

AutoSnapProgressColor

Stroke color of polygon auto snap progress animation.

public Color AutoSnapProgressColor { get; set; }

Property Value

Color

AutoSnapProgressEnabled

Whether polygon auto snap progress animation is enabled or no. Default is enabled.

public bool? AutoSnapProgressEnabled { get; set; }

Property Value

bool?

AutoSnapProgressLineWidth

Line width of polygon auto snap progress animation. Default is 5.0.

public int? AutoSnapProgressLineWidth { get; set; }

Property Value

int?

CameraOverlayColor

Overlay color of the camera view.

public Color CameraOverlayColor { get; set; }

Property Value

Color

FinderAspectRatio

Aspect ratio of finder frame (width \ height), which is used to build actual finder frame.

public AspectRatio FinderAspectRatio { get; set; }

Property Value

AspectRatio

FinderEnabled

Whether the view finder is enabled or not.

public bool? FinderEnabled { get; set; }

Property Value

bool?

FinderLineColor

Foreground color of the detection overlay.

public Color FinderLineColor { get; set; }

Property Value

Color

FinderLineWidth

Width of finder frame border. Default is 2.

public int? FinderLineWidth { get; set; }

Property Value

int?

LockDocumentAspectRatioToFinder

If set to {@code true}, allows only scanning of documents with the aspect ratio that the finder has set. The default value is {@code false}.

public bool? LockDocumentAspectRatioToFinder { get; set; }

Property Value

bool?

PolygonEnabled

Whether displaying of the polygon is enabled or not.

public bool? PolygonEnabled { get; set; }

Property Value

bool?

TextHintOffCenter

The text being displayed on the user-guidance label, when a document was detected, but its center is too far away from the image center.

public string TextHintOffCenter { get; set; }

Property Value

string