DocumentImportEnabledFileTypes

public enum DocumentImportEnabledFileTypes

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

Entries

NONE
Link copied to clipboard
NONE
No file types allowed and disables document import.
PDF
Link copied to clipboard
PDF
Only PDFs can be imported.
IMAGES
Link copied to clipboard
IMAGES
Only images (jpeg, png and gif) can be imported.
PDF_AND_IMAGES
Link copied to clipboard
PDF_AND_IMAGES
PDFs and images (jpeg, png and gif) can be imported.

Functions

valueOf
Link copied to clipboard
static DocumentImportEnabledFileTypes valueOf(String name)
values
Link copied to clipboard
static Array<DocumentImportEnabledFileTypesvalues()