Method Compose
Namespace TallComponents.PDF.Layout
Class Section
Implement this method in a derived class to generate content dynamically.
This method will be called just before PDF generation starts. It allows you to setup custom content in derived classes.
Syntax
protected
Void
Compose(
Document
doc
)
Returns
Void
Parameters
Document
doc