API Reference
Interface
IPdfContextComponent
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
- Method PdfDocument.Component
- Method PdfItemCompose.Component
Methods
public abstract Void Compose(PdfItemCompose content, PdfFlowContext context) #Returns:
VoidComposes this component for the supplied live page context.
Parameters
- content OfficeIMO.Pdf.PdfItemCompose
- context OfficeIMO.Pdf.PdfFlowContext