Implement this method in a derived class to generate content
dynamically.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
protected virtual void Compose( Document doc ) |
| Visual Basic |
|---|
Protected Overridable Sub Compose ( _ doc As Document _ ) |
Parameters
- doc
- Type: TallComponents.PDF.Layout..::..Document
[Missing <param name="doc"/> documentation for "M:TallComponents.PDF.Layout.Paragraphs.CellCollection.Compose(TallComponents.PDF.Layout.Document)"]
Remarks
This method will be called just before PDF generation starts.
It allows you to setup custom content in derived classes.