FileFormat enumeration

FileFormat enumeration

Defines a type of the file.

The FileFormat type exposes the following members:

Fields

Field Description
UNKNOWN Default value.
WORD_PROCESSING Word Processing document (DOC, DOCX, ODT, etc).
SPREADSHEET Spreadsheet document (XLS, XLSX, ODS, etc).
PRESENTATION Presentation document (PPT, PPTX, ODP, etc).
EMAIL Email document (email messages or email message containers).
PDF PDF document.
MARKUP Markup document (HTML, XML, Markdown, etc).
EBOOK Ebook document (ePUB, FictionBook, etc).
NOTE Note document.
ARCHIVE Archive file.
DATABASE Database files (via ADO.NET).
IMAGE Image file.

Remarks

Learn more: | | |

See Also