API Reference

Enum

ReaderSourceHashBehavior

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

Defines which layer owns source-hash computation for a Reader handler.

Inheritance

  • Enum
  • ReaderSourceHashBehavior

Usage

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

Values

public const ReaderSourceHashBehavior InheritReaderOptions #

Core computes the source hash when ComputeHashes is enabled.

Value: 0
public const ReaderSourceHashBehavior HandlerManaged #

The format handler decides whether to compute and expose a source hash.

Value: 1