API Reference

Class

PdfLogicalTextBlock

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Line-level text block extracted from a PDF page.

Inheritance

  • Object
  • PdfLogicalTextBlock

Usage

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

Properties

public virtual Int32 PageNumber { get; } #
public virtual PdfLogicalElementKind Kind { get; } #
public String Text { get; } #

Extracted text for the line-level block.

public Double XStart { get; } #

Leftmost X coordinate in PDF points.

public Double XEnd { get; } #

Rightmost X coordinate in PDF points.

public Double BaselineY { get; } #

Baseline Y coordinate in PDF points from the bottom of the page.

public Double FontSize { get; } #

Largest font size represented by this line-level block.

public Int32 SpanCount { get; } #

Number of text spans merged into this block.