API Reference

Interface

IPdfContextComponent

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers abstract

Reusable typed PDF content that can react to the live pagination context while still composing through the canonical flow engine.

Remarks

Contextual components can be replayed while pagination stabilizes. Implementations must therefore be deterministic and must not consume one-shot enumerators or mutate external state.

Usage

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

Accepted by parameters

Methods

public abstract Void Compose(PdfItemCompose content, PdfFlowContext context) #
Returns: Void

Composes this component for the supplied live page context.

Parameters

content OfficeIMO.Pdf.PdfItemCompose requiredposition: 0
context OfficeIMO.Pdf.PdfFlowContext requiredposition: 1