Class ShutterButton
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
Configuration of the 'shutter' button.
public class ShutterButton
- Inheritance
-
ShutterButton
- Inherited Members
Properties
AccessibilityDescription
The text to be read when the 'shutter' button is selected via the accessibility mode. Default is "?accessibilityDescriptionCameraShutterButton"
public string AccessibilityDescription { get; set; }
Property Value
EnabledInAutoSnappingMode
Determines if the 'shutter' button can be tapped to manually snap a document when 'auto snapping mode' is active. Default is true
public bool EnabledInAutoSnappingMode { get; set; }
Property Value
InnerColor
The inner color of the 'shutter' button. Default is "?sbColorOnPrimary"
public ColorValue InnerColor { get; set; }
Property Value
OuterColor
The outer color of the 'shutter' button. Default is "?sbColorOnPrimary"
public ColorValue OuterColor { get; set; }
Property Value
Methods
FromJson(string)
public static ShutterButton FromJson(string rawJson)
Parameters
rawJson
string