FlashCapture

@objc
public enum FlashCapture : Int

Flash capture options for a document scan.

  • No flash capture for this scan

    Declaration

    Swift

    case None
  • Flash capture only the front of the document

    Declaration

    Swift

    case Front
  • Flash capture only the back of the document

    Declaration

    Swift

    case Back
  • Flash capture both sides of the document

    Declaration

    Swift

    case Both