SBSDKUIDocumentScannerSettings

@interface SBSDKUIDocumentScannerSettings : NSObject

A snapshot of the current settings of an SBSDKUIDocumentScannerViewControllers instance. Can be used to persist and restore changes made by the user.

  • Whether the flash light is enabled or not.

    Declaration

    Objective-C

    @property (nonatomic) BOOL flashEnabled;

    Swift

    var flashEnabled: Bool { get set }
  • Whether multi-page capturing is enabled or not.

    Declaration

    Objective-C

    @property (nonatomic) BOOL multiPageEnabled;

    Swift

    var multiPageEnabled: Bool { get set }
  • Whether automatic image capturing is enabled or not.

    Declaration

    Objective-C

    @property (nonatomic) BOOL autoSnappingEnabled;

    Swift

    var autoSnappingEnabled: Bool { get set }