Package 

Enum DocumentImportEnabledFileTypes

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum DocumentImportEnabledFileTypes
    
                        

    Use this enum to select the file types to be allowed for document import in the Camera Screen.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      NONE

      No file types allowed and disables document import.

      PDF

      Only PDFs can be imported.

      IMAGES

      Only images (jpeg, png and gif) can be imported.

      PDF_AND_IMAGES

      PDFs and images (jpeg, png and gif) can be imported.