CaptureHelperScanOptions class

Options de configuration pour la numérisation de documents

Constructors

CaptureHelperScanOptions({bool autoCompress = false, int compressionQuality = 80, OutputFormat outputFormat = OutputFormat.jpeg})
const

Properties

autoCompress bool
Si true, compresse automatiquement l'image après la capture
final
compressionQuality int
Qualité de compression (0-100) si autoCompress est true
final
hashCode int
The hash code for this object.
no setteroverride
outputFormat OutputFormat
Format de sortie pour les images scannées
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? autoCompress, int? compressionQuality, OutputFormat? outputFormat}) CaptureHelperScanOptions
Crée une copie avec des valeurs modifiées
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override