API Reference

Class

PdfUnderstandingTableColumn

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Immutable column geometry recovered by a PDF table-detection stage.

Inheritance

  • Object
  • PdfUnderstandingTableColumn

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public PdfUnderstandingTableColumn(Double from, Double to) #

Creates one table column in the owning candidate's coordinate space.

Parameters

from System.Double requiredposition: 0
to System.Double requiredposition: 1

Properties

public Double From { get; } #

Left X coordinate in the owning candidate's coordinate space.

public Double To { get; } #

Right X coordinate in the owning candidate's coordinate space.