ComponentOne PDF for WPF and Silverlight
GeneratingDocument Event (C1PdfDocumentBase)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > C1PdfDocumentBase Class : GeneratingDocument Event
Fires periodically while data is written into the PDF document.
Syntax
'Declaration
 
Public Event GeneratingDocument As EventHandler
public event EventHandler GeneratingDocument
Remarks
The event handler may check the number of pages created so far by accessing the Pages property.
See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members