Fires periodically while data is written into the PDF document.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public event EventHandler GeneratingDocument
Visual Basic
Public Event GeneratingDocument As EventHandler

Remarks

The event handler may check the number of pages created so far by accessing the Pages property.

See Also