API Reference

Interface

IPdfReadingOrderStage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Orders page regions for reading.

Usage

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

Methods

public abstract IReadOnlyList<PdfUnderstandingRegion> Order(PdfUnderstandingPageContext context, IReadOnlyList<PdfUnderstandingRegion> regions) #
Returns: IReadOnlyList<PdfUnderstandingRegion>

Returns the regions in inferred reading order.

Parameters

context OfficeIMO.Pdf.PdfUnderstandingPageContext requiredposition: 0
regions System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingRegion} requiredposition: 1