FileTypeDetectionMode Enumeration |
Defines a mode of the file type detection.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic enum FileTypeDetectionMode
Public Enumeration FileTypeDetectionMode
public enum class FileTypeDetectionMode
type FileTypeDetectionMode
Members
| Member name | Value | Description |
---|
| Default | 0 |
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 | 1 |
The file type is detected only by the file extension.
|
| Content | 2 |
The file type is detected only by the file content.
|
See Also