API Reference

Class

StructuredBand

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Represents a horizontal band grouping multiple lines.

Inheritance

  • Object
  • StructuredBand

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

Constructors

Properties

public Double YTop { get; set; } #

Top Y (points) of the band (higher value is nearer top of page).

public Double YBottom { get; set; } #

Bottom Y (points) of the band.

public List<String> Lines { get; set; } #

Texts of lines grouped into this band in their original order.