Class Settings
Persists scanner-related feature toggles across application sessions.
public class Settings
Property
DocumentArea
Gets or sets whether document area validation is enabled.
public static bool DocumentArea { get; set; }
ShakeDetection
Gets or sets whether shake detection is currently enabled. The preference is stored using Microsoft.Maui.Storage.Preferences.
public static bool ShakeDetection { get; set; }
TrapezoidDistortion
Gets or sets whether trapezoid distortion detection is active.
public static bool TrapezoidDistortion { get; set; }