Class ScanAssistanceOverlay
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the scan assistance overlay.
public class ScanAssistanceOverlay
- Inheritance
-
ScanAssistanceOverlay
- Inherited Members
Properties
BackgroundColor
The background color of the scan assistance overlay. Default is "?sbColorModalOverlay"
public ColorValue BackgroundColor { get; set; }
Property Value
ForegroundColor
The foreground color of the scan assistance overlay image. Default is "?sbColorSurface"
public ColorValue ForegroundColor { get; set; }
Property Value
Visible
Determines whether the scan assistance overlay is visible or not. If the viewfinder is enabled, this flag is ignored and the scan assistance overlay is not displayed. Default is true
public bool Visible { get; set; }
Property Value
Methods
FromJson(string)
public static ScanAssistanceOverlay FromJson(string rawJson)
Parameters
rawJson
string