OfficeIMO

API Reference

Enum

ReaderHostBootstrapProfile

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

Preset profiles for host bootstrap behavior.

Inheritance

  • Enum
  • ReaderHostBootstrapProfile

Values

public const ReaderHostBootstrapProfile ServiceDefault #

Includes built-in and custom handlers in manifest output.

Value: 0
public const ReaderHostBootstrapProfile ServiceCustomOnly #

Includes only custom handlers in manifest output.

Value: 1
public const ReaderHostBootstrapProfile ServiceBuiltInOnly #

Includes only built-in handlers in manifest output.

Value: 2