DocReaderOrientation

This page covers the description of the DocReaderOrientation enumeration

The constants of DocReaderOrientation enumeration identify the application's orientation (Android platform).

const DocReaderOrientation = {
    ROTATE: 0,
    PORTRAIT: 1,
    LANDSCAPE: 2,
}

Constant

Description

ROTATE

Both portrait and landscape modes

PORTRAIT

Portrait mode

LANDSCAPE

Landscape mode

Last updated

Was this helpful?