API Reference
Class
OfficeDocumentPageLocation
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.
Returned or exposed by
- Extension method OfficeDocumentReadResult.Locate
- Extension method OfficeDocumentReadResult.Locate
- Method OfficeDocumentReadResultExtensions.Locate
- Method OfficeDocumentReadResultExtensions.Locate
- Property OfficeDocumentSearchHit.Pages
Inherited Methods
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.