API Reference

Class

PdfFlowContext

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Read-only layout context supplied to conditional and replayable flow callbacks.

Inheritance

  • Object
  • PdfFlowContext

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

Properties

public Int32 PageNumber { get; } #

Current one-based physical output page number.

public Double AvailableHeight { get; } #

Remaining vertical content space in points.

public Double FullContentHeight { get; } #

Total vertical content space on an empty current page.

public Double ContentWidth { get; } #

Available content width in points.

public Double PageWidth { get; } #

Current page width in points.

public Double PageHeight { get; } #

Current page height in points.

public Boolean IsAtPageTop { get; } #

True when layout is at the top of the current page.