Table of Contents

Class TextButtonMode

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

Configuration of the 'preview' button in 'text button mode'.

public class TextButtonMode : PreviewButton
Inheritance
TextButtonMode
Inherited Members

Properties

AccessibilityDescription

The text to be read when the 'preview' button is selected via the accessibility mode. Default is "?accessibilityDescriptionCameraPreviewButton"

public string AccessibilityDescription { get; set; }

Property Value

string

Style

Configuration of the text style for the 'preview' button.

public StyledText Style { get; set; }

Property Value

StyledText

Methods

FromJson(string)

public static TextButtonMode FromJson(string rawJson)

Parameters

rawJson string

Returns

TextButtonMode