Table of Contents

Class PreviewButton

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

Configuration of the 'preview' button.

[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(PagePreviewMode), "PagePreviewMode")]
[JsonDerivedType(typeof(TextButtonMode), "TextButtonMode")]
[JsonDerivedType(typeof(NoButtonMode), "NoButtonMode")]
public class PreviewButton
Inheritance
PreviewButton
Derived
Inherited Members

Methods

FromJson(string)

public static PreviewButton FromJson(string rawJson)

Parameters

rawJson string

Returns

PreviewButton