DocumentScannerOptions constructor
DocumentScannerOptions({
- DocumentFormat documentFormat = DocumentFormat.jpeg,
- int pageLimit = 1,
- ScannerMode mode = ScannerMode.full,
- bool isGalleryImport = false,
Constructor for DocumentScannerOptions.
Implementation
DocumentScannerOptions({
this.documentFormat = DocumentFormat.jpeg,
this.pageLimit = 1,
this.mode = ScannerMode.full,
this.isGalleryImport = false,
});