Table of Contents

Class ViewFinderConfiguration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the scanning interface’s viewfinder, allowing it to be shown or hidden as guidance to the user.

public class ViewFinderConfiguration : BaseViewFinderConfiguration
Inheritance
ViewFinderConfiguration
Inherited Members

Properties

Visible

Whether the viewfinder is visible.

Default is true

public bool Visible { get; set; }

Property Value

bool

Methods

FromJson(string)

public static ViewFinderConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

ViewFinderConfiguration