Document Import Enabled File Types
            Use this enum to select the file types to be allowed for document import in the Camera Screen.
public enum DocumentImportEnabledFileTypes
Content copied to clipboard
Entries
NONE
                        
                  Link copied to clipboard
                      
                    
                  No file types allowed and disables document import.
NONE
Content copied to clipboard
IMAGES
                        
                  Link copied to clipboard
                      
                    
                  Only images (jpeg, png and gif) can be imported.
IMAGES
Content copied to clipboard
PDF_AND_IMAGES
                        
                  Link copied to clipboard
                      
                    
                  PDFs and images (jpeg, png and gif) can be imported.
PDF_AND_IMAGES
Content copied to clipboard