Table of Contents

Class PreviewButton

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(PagePreviewMode), "PagePreviewMode")]
[JsonDerivedType(typeof(TextButtonMode), "TextButtonMode")]
[JsonDerivedType(typeof(NoButtonMode), "NoButtonMode")]
public class PreviewButton
Inheritance
PreviewButton
Derived
Inherited Members

Constructors

PreviewButton()

public PreviewButton()

Methods

FromJson(string)

public static PreviewButton FromJson(string rawJson)

Parameters

rawJson string

Returns

PreviewButton

FromNative(PreviewButton)

public static PreviewButton FromNative(PreviewButton source)

Parameters

source PreviewButton

Returns

PreviewButton

FromNative(SBSDKUI2PreviewButton)

public static PreviewButton FromNative(SBSDKUI2PreviewButton source)

Parameters

source SBSDKUI2PreviewButton

Returns

PreviewButton

ToNative()

public abstract PreviewButton ToNative()

Returns

PreviewButton