Table of Contents

Class PageSnapFeedbackMode

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

The type of animation to display after snapping a page.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(PageSnapFunnelAnimation), "PageSnapFunnelAnimation")]
[JsonDerivedType(typeof(PageSnapCheckMarkAnimation), "PageSnapCheckMarkAnimation")]
[JsonDerivedType(typeof(PageSnapFeedbackNone), "PageSnapFeedbackNone")]
public class PageSnapFeedbackMode
Inheritance
PageSnapFeedbackMode
Derived
Inherited Members

Methods

FromJson(string)

public static PageSnapFeedbackMode FromJson(string rawJson)

Parameters

rawJson string

Returns

PageSnapFeedbackMode