API Reference

Class

PdfCompose

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf

Entry point for the fluent composition DSL. Use PdfPageCompose>) to configure a page and its content.

Inheritance

  • Object
  • PdfCompose

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

Methods

public PdfCompose Page(Action<PdfPageCompose> configure) #
Returns: PdfCompose

Configures a page (size, margins, content, footer).

Parameters

configure System.Action{OfficeIMO.Pdf.PdfPageCompose} requiredposition: 0
public PdfCompose Section(Action<PdfPageCompose> configure) #
Returns: PdfCompose

Configures a section-scoped flow with its own page setup and content.

Parameters

configure System.Action{OfficeIMO.Pdf.PdfPageCompose} requiredposition: 0