ScanFilter enum
Available filters that can be applied on scanned documents.
Values
- auto → const ScanFilter
-
const ScanFilter(0)
- gray → const ScanFilter
-
const ScanFilter(1)
- blackWhite → const ScanFilter
-
const ScanFilter(2)
- original → const ScanFilter
-
const ScanFilter(3)
- text → const ScanFilter
-
const ScanFilter(4)
- auto2 → const ScanFilter
-
const ScanFilter(5)
- illustration → const ScanFilter
-
const ScanFilter(8)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ScanFilter> - A constant List of the values in this enum, in order of their declaration.