Class ViewFinderConfiguration
- Namespace
 - ScanbotSDK.MAUI.Common
 
- Assembly
 - ScanbotSDK.Shared.dll
 
Configuration of the scanning interface's viewfinder, serving as guidance to the user.
public class ViewFinderConfiguration
  - Inheritance
 - 
      
      ViewFinderConfiguration
 
- Inherited Members
 
Properties
AspectRatio
The viewfinder's aspect ratio.
public AspectRatio AspectRatio { get; set; }
  Property Value
OverlayColor
The color of the viewfinder overlay. Default is "?sbColorSurfaceLow"
public ColorValue OverlayColor { get; set; }
  Property Value
Style
The visual appearance of the viewfinder.
public FinderStyle Style { get; set; }
  Property Value
Visible
Determines whether the viewfinder is visible or not. Default is true
public bool Visible { get; set; }
  Property Value
Methods
FromJson(string)
public static ViewFinderConfiguration FromJson(string rawJson)
  Parameters
rawJsonstring