API Reference

Class

ReaderDetectionOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Bounds and policy for content detection.

Inheritance

  • Object
  • ReaderDetectionOptions

Usage

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

Accepted by parameters

Constructors

public ReaderDetectionOptions() #

Properties

public ReaderDetectionMode Mode { get; set; } #

Detection policy. Standalone detection defaults to PreferContent.

public Int32 MaxProbeBytes { get; set; } #

Maximum prefix bytes inspected for signatures and text markers. Default: 64 KiB.

public Int32 MaxContainerEntries { get; set; } #

Maximum archive entries inspected while classifying ZIP-based formats. Default: 512.

public Boolean InspectContainers { get; set; } #

When true, inspect seekable ZIP containers for Office, Visio, and EPUB package markers. Default: true.