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