DocReaderFrame
This page covers the description of the DocReaderFrame enumeration
The constants of DocReaderFrame
enumeration identify the frame type.
const DocReaderFrame = {
MAX: "max",
SCENARIO_DEFAULT: "id1",
NONE: "none",
DOCUMENT: "document",
}a
Constant
Description
MAX
Full frame
SCENARIO_DEFAULT
Size of the frame depends on the scenario, i.e. default values are used
NONE
No frame
DOCUMENT
Size of the frame corresponds to the ID-3 format in the portrait mode and to the ID-1 in the landscape mode
Last updated
Was this helpful?