Class Settings
Persists scanner-related feature toggles across application sessions.
Namespace: ImageSdkWrapper.Maui.Camera Assembly: ImageSdkWrapper.MAUI
Inheritance: object
public class Settings
Property
DocumentArea
Gets or sets whether document area validation is enabled.
public static bool DocumentArea { get; set; }
Returns
- bool
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; }
Returns
- bool
TrapezoidDistortion
Gets or sets whether trapezoid distortion detection is active.
public static bool TrapezoidDistortion { get; set; }
Returns
- bool