DocReaderFrame enum
Values
- UNKNOWN → const DocReaderFrame
-
Will be returned if getByValue if a non-existent was passed.
const DocReaderFrame("")
- SCENARIO_DEFAULT → const DocReaderFrame
-
Size of the frame depends on the scenario, that means default values are used.
const DocReaderFrame("id1")
- MAX → const DocReaderFrame
-
Full frame.
const DocReaderFrame("max")
- NONE → const DocReaderFrame
-
No frame.
const DocReaderFrame("none")
- DOCUMENT → const DocReaderFrame
-
Size of the frame corresponds to the ID-3 format in the portrait mode and to the ID-1 in the landscape mode.
const DocReaderFrame("document")
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
Static Methods
-
getByValue(
String? i) → DocReaderFrame?
Constants
-
values
→ const List<
DocReaderFrame> - A constant List of the values in this enum, in order of their declaration.