API Reference

Class

OfficeDocumentPageLocation

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader.Core
Modifiers sealed

Page-like location of one normalized source block.

Inheritance

  • Object
  • OfficeDocumentPageLocation

Usage

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

Properties

public OfficeDocumentPage Page { get; } #

The page-like container holding the source block.

public Nullable<Int32> Number { get; } #

One-based physical page number when available.

public Int32 TotalPageCount { get; } #

Total physical page count known for the read operation.

public OfficeDocumentPageProvenance Provenance { get; } #

How the page location was obtained.

public IReadOnlyList<OfficeDocumentRegion> Regions { get; } #

Page-specific regions occupied by the source block.

public String Display { get; } #

Human-readable page label suitable for search results and citations.