API Reference

Enum

ReaderDetectionMode

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how Reader combines extension and content evidence.

Inheritance

  • Enum
  • ReaderDetectionMode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ReaderDetectionMode ExtensionOnly #

Use only the source name or path extension.

Value: 0
public const ReaderDetectionMode ContentWhenUnknown #

Inspect content only when the extension does not identify a supported kind.

Value: 1
public const ReaderDetectionMode PreferContent #

Inspect content and prefer medium- or high-confidence content evidence.

Value: 2