C1.C1Pdf Namespace / C1PdfDocument Class / GeneratingDocument Event

In This Topic
GeneratingDocument Event (C1PdfDocument)
In This Topic
Fires periodically while data is written into the PDF document.
Syntax
'Declaration
 
Public Event GeneratingDocument As EventHandler
 
Remarks
The event handler may check the number of pages created so far by accessing the C1PdfDocumentBase.Pages property.
See Also