Table of Contents

Class CaptureFeedback

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

Configuration of the feedback shown after snapping a page.

public class CaptureFeedback
Inheritance
CaptureFeedback
Inherited Members

Properties

CameraBlinkEnabled

Whether the camera preview should blink or not after snapping a page. Default is true

public bool CameraBlinkEnabled { get; set; }

Property Value

bool

SnapFeedbackMode

The type of animation to display after snapping a page.

public PageSnapFeedbackMode SnapFeedbackMode { get; set; }

Property Value

PageSnapFeedbackMode

Methods

FromJson(string)

public static CaptureFeedback FromJson(string rawJson)

Parameters

rawJson string

Returns

CaptureFeedback