Occures when the first paragraph is needed.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public event PrintParagraphEventHandler PrintFirstParagraph |
| Visual Basic |
|---|
Public Event PrintFirstParagraph As PrintParagraphEventHandler |
Remarks
Implement a handler for this event if you need to provide content at the top of each page in the section.
Note that the paragraph provided by the event handler will be inserted before a
broken or rolled-back paragraph from the previous page continues.