Table of Contents
BeforeRenderPage Property

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

Syntax
 public PdfPageEventHandler BeforeRenderPage { get; set; }
Remarks

You can use this property to implement watermark, which is displayed below the "normal" output.

This property is automatically cleared after each conversion.

See Also