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
ImagePlaceholderColor
The color of the image placeholder. Default is "?sbColorOnSurfaceVariant"
public ColorValue ImagePlaceholderColor { get; set; }
Property Value
PageCounter
Configuration of the page counter icon.
public BadgeStyle PageCounter { get; set; }
Property Value
Methods
FromJson(string)
public static PagePreviewMode FromJson(string rawJson)
Parameters
rawJson
string