MBIScanningMode
enum MBIScanningMode {}
Enum of different scanning modes: Landscape, Portrait and Auto(both)
-
Detects document in both directions
Declaration
Objective-C
MBIScanningModeAutoSwift
case auto = 0 -
Detects document in landscape direction
Declaration
Objective-C
MBIScanningModeLandscapeSwift
case landscape = 1 -
Detects document in portrait direction
Declaration
Objective-C
MBIScanningModePortraitSwift
case portrait = 2
View on GitHub
MBIScanningMode Enumeration Reference