Table of Contents

Class DocumentPolygonConfiguration

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll

Configuration of the document contour detection polygon.

public class DocumentPolygonConfiguration
Inheritance
DocumentPolygonConfiguration
Inherited Members

Properties

AutoSnapProgress

Configuration of the animated polygon when the document is being scanned for capturing in 'auto snapping mode'.

public PolygonStyle AutoSnapProgress { get; set; }

Property Value

PolygonStyle

DocumentNotOk

Configuration of the polygon when the detected document status is 'not OK'.

public PolygonStyle DocumentNotOk { get; set; }

Property Value

PolygonStyle

DocumentOk

Configuration of the polygon when the detected document status is 'OK'.

public PolygonStyle DocumentOk { get; set; }

Property Value

PolygonStyle

Visibility

Determines the visibility mode for the polygon. Default is ENABLED

public UserGuidanceVisibility Visibility { get; set; }

Property Value

UserGuidanceVisibility

Methods

FromJson(string)

public static DocumentPolygonConfiguration FromJson(string rawJson)

Parameters

rawJson string

Returns

DocumentPolygonConfiguration