API Reference

Class

PdfReadingOrderEvidence

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Evidence for one region's inferred position in page reading order.

Inheritance

  • Object
  • PdfReadingOrderEvidence

Usage

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

Properties

public Int32 Index { get; } #

Zero-based inferred reading position.

public PdfUnderstandingRegion Region { get; } #

Region assigned to this reading position.

public Double Confidence { get; } #

Normalized confidence from 0 to 1.

public IReadOnlyList<PdfInferenceEvidence> Evidence { get; } #

Diagnostic evidence supporting the order.