RGLDocReaderOrientation
This page covers the description of the RGLDocReaderOrientation enumeration
The constants of RGLDocReaderOrientation
enumeration identify the application's orientation.
typedef NS_ENUM(NSInteger, RGLDocReaderOrientation) {
RGLDocReaderOrientationRotate = 0,
RGLDocReaderOrientationPortrait = 1,
RGLDocReaderOrientationLandscape = 2
} NS_SWIFT_NAME(DocReaderOrientation);
Constant
Description
RGLDocReaderOrientationRotate
Both portrait and landscape modes
RGLDocReaderOrientationPortrait
Portrait mode
RGLDocReaderOrientationLandscape
Landscape mode
Last updated
Was this helpful?