API Reference
Class
PdfCompose
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
- Method PdfCompose.Page
- Method PdfCompose.Section
Accepted by parameters
- Method PdfDocument.Compose
Methods
public PdfCompose Page(Action<PdfPageCompose> configure) #Returns:
PdfComposeConfigures a page (size, margins, content, footer).
Parameters
- configure System.Action{OfficeIMO.Pdf.PdfPageCompose}
public PdfCompose Section(Action<PdfPageCompose> configure) #Returns:
PdfComposeConfigures a section-scoped flow with its own page setup and content.
Parameters
- configure System.Action{OfficeIMO.Pdf.PdfPageCompose}