Table of Contents

Class PagePreviewMode

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

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

public class PagePreviewMode : PreviewButton
Inheritance
PagePreviewMode
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

ImagePlaceholderColor

The color of the image placeholder. Default is "?sbColorOnSurfaceVariant"

public ColorValue ImagePlaceholderColor { get; set; }

Property Value

ColorValue

PageCounter

Configuration of the page counter icon.

public BadgeStyle PageCounter { get; set; }

Property Value

BadgeStyle

Methods

FromJson(string)

public static PagePreviewMode FromJson(string rawJson)

Parameters

rawJson string

Returns

PagePreviewMode