Table of Contents
AfterRenderPage Property

Gets or sets a function to be called after contents are rendered on a page.

Syntax
 public PdfPageEventHandler AfterRenderPage { get; set; }
Remarks

You can use this property to output additional contents (such as custom page header and footer) on every page.

This property is automatically cleared after each conversion.

See Also