C1.C1Pdf Namespace / C1PdfDocument Class / OnGeneratingDocument Method
System.EventArgs that contains the event data.

In This Topic
OnGeneratingDocument Method (C1PdfDocument)
In This Topic
Raises the GeneratingDocument event.
Syntax
'Declaration
 
Protected Overridable Sub OnGeneratingDocument( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also