API Reference

Enum

ReaderActionScope

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

Source-neutral action locations exposed by Reader adapters.

Inheritance

  • Enum
  • ReaderActionScope

Usage

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

Values

public const ReaderActionScope Unknown #

The source did not expose a recognized action scope.

Value: 0
public const ReaderActionScope DocumentOpen #

Document-level open action.

Value: 1
public const ReaderActionScope Catalog #

Catalog-level active action.

Value: 2
public const ReaderActionScope Page #

Page-level active action.

Value: 3
public const ReaderActionScope Annotation #

Annotation-level active action.

Value: 4