1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. FileTypeDetectionMode

FileTypeDetectionMode

FileTypeDetectionMode enumeration

Defines a mode of the file type detection.

public enum FileTypeDetectionMode

Values

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