API Reference

Interface

IPdfPageSegmentationStage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Segments page lines into regions.

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> Segment(PdfUnderstandingPageContext context, IReadOnlyList<PdfUnderstandingLine> lines) #
Returns: IReadOnlyList<PdfUnderstandingRegion>

Segments lines into page regions.

Parameters

context OfficeIMO.Pdf.PdfUnderstandingPageContext requiredposition: 0
lines System.Collections.Generic.IReadOnlyList{OfficeIMO.Pdf.PdfUnderstandingLine} requiredposition: 1