C1.C1Pdf Namespace / C1PdfDocumentBase Class / GeneratingDocument Event

In This Topic
GeneratingDocument Event (C1PdfDocumentBase)
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 Pages property.
See Also