RGLDocReaderFrame
This page covers the description of the RGLDocReaderFrame enumeration
The constants of RGLDocReaderFrame
enumeration identify the frame type.
typedef NS_ENUM(NSInteger, RGLDocReaderFrame) {
RGLDocReaderFrameScenarioDefault = 0,
RGLDocReaderFrameMax = 1,
RGLDocReaderFrameNone = 2,
RGLDocReaderFrameDocument = 3
} NS_SWIFT_NAME(DocReaderFrame);
Constant
Description
RGLDocReaderFrameMax
Full frame
RGLDocReaderFrameScenarioDefault
Size of the frame depends on the scenario, i.e. default values are used
RGLDocReaderFrameNone
No frame
RGLDocReaderFrameDocument
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?