API Reference

Class

StructuredParagraphPage

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Detected paragraphs for a single document page.

Inheritance

  • Object
  • StructuredParagraphPage

Usage

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

Constructors

public StructuredParagraphPage(Int32 pageNumber, IEnumerable<StructuredParagraph> paragraphs) #

Creates a page paragraph result.

Parameters

pageNumber System.Int32 requiredposition: 0
paragraphs System.Collections.Generic.IEnumerable{OfficeIMO.Pdf.StructuredParagraph} requiredposition: 1

Properties

public Int32 PageNumber { get; } #

1-based page number.

public List<StructuredParagraph> Paragraphs { get; } #

Detected paragraphs on this page.