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
SnapFeedbackMode
The type of animation to display after snapping a page.
public PageSnapFeedbackMode SnapFeedbackMode { get; set; }
Property Value
Methods
FromJson(string)
public static CaptureFeedback FromJson(string rawJson)
Parameters
rawJson
string