DocReaderOrientation
This page covers the description of the DocReaderOrientation enumeration
The constants of DocReaderOrientation
enumeration identify the application's orientation (Android platform).
const DocReaderOrientation = {
ALL: 0,
PORTRAIT: 1,
LANDSCAPE: 2,
LANDSCAPE_LEFT: 3,
LANDSCAPE_RIGHT: 4,
}
Constant
Description
ALL
All interface orientations
PORTRAIT
A portrait interface orientation
LANDSCAPE
Both landscape-left and landscape-right interface orientation
LANDSCAPE_LEFT
A landscape-left interface orientation
LANDSCAPE_RIGHT
A landscape-right interface orientation
Last updated
Was this helpful?