FileTypeDetectionMode enumeration
Leave feedback
On this page
Defines a mode of the file type detection.
The FileTypeDetectionMode type exposes the following members:
| Field | Description |
|---|---|
| DEFAULT | The file type is detected by the file extension; if the file extension isn’t recognized,
the file type is detected by the file content. |
| EXTENSION | The file type is detected only by the file extension. |
| CONTENT | The file type is detected only by the file content. |
- module
groupdocs.parser.options
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.