FileRequirements

public struct FileRequirements

Some scan parts (e.g. Document) allow direct file upload. Use this class to provide the url to the file.

  • Supported file types

    Declaration

    Swift

    public var mimeTypes: [String]
  • Max file Size in [Bytes]

    Declaration

    Swift

    public var maxFileSize: Int
  • max pages in the pdf file

    Declaration

    Swift

    public var pdfMaxPages: Int