DocReaderFrame
The constants of DocReaderFrame
enumeration identify the frame type.
class DocReaderFrame {
static const String MAX = "max";
static const String SCENARIO_DEFAULT = "id1";
static const String NONE = "none";
static const String DOCUMENT = "document";
}
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 |