DocumentImportEnabledFileTypes

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

public enum DocumentImportEnabledFileTypes

Entries

NONE
Link copied to clipboard

No file types allowed and disables document import.

NONE
PDF
Link copied to clipboard

Only PDFs can be imported.

PDF
IMAGES
Link copied to clipboard

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

IMAGES
PDF_AND_IMAGES
Link copied to clipboard

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

PDF_AND_IMAGES