API Reference

Class

PdfLayoutPositionCapture

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Captures the final page regions occupied by one or more flow groups.

Inheritance

  • Object
  • PdfLayoutPositionCapture

Usage

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

Accepted by parameters

Constructors

public PdfLayoutPositionCapture() #

Properties

public IReadOnlyList<PdfLayoutRegion> Regions { get; } #

Captured regions from the most recent layout pass.

public PdfLayoutRegion Last { get; } #

Last captured region, or null when the group emitted no content.

public Boolean WasSkipped { get; } #

True when the associated group was skipped by its condition or overflow policy.