Table of Contents

Class PageSnapCheckMarkAnimation

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

Configuration of the check mark animation.

public class PageSnapCheckMarkAnimation : PageSnapFeedbackMode
Inheritance
PageSnapCheckMarkAnimation
Inherited Members

Properties

CheckMarkBackgroundColor

The background color for the check mark animation. Default is "?sbColorOutline"

public ColorValue CheckMarkBackgroundColor { get; set; }

Property Value

ColorValue

CheckMarkColor

The check mark color for the check mark animation. Default is "#00000000"

public ColorValue CheckMarkColor { get; set; }

Property Value

ColorValue

OverlayColor

The overlay color for the check mark animation. Default is "?sbColorModalOverlay"

public ColorValue OverlayColor { get; set; }

Property Value

ColorValue

Methods

FromJson(string)

public static PageSnapCheckMarkAnimation FromJson(string rawJson)

Parameters

rawJson string

Returns

PageSnapCheckMarkAnimation