API Reference

Class

PdfSectionReference

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Captures the final destination and page position of a generated section.

Inheritance

  • Object
  • PdfSectionReference

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 String DestinationName { get; } #

Generated named destination.

public String Title { get; } #

Section title.

public Nullable<Int32> PageNumber { get; } #

One-based physical output page, or null before successful layout.

public Nullable<Double> Y { get; } #

Top position in PDF points, or null before successful layout.