PDF for UWP | ComponentOne
C1.Xaml.Pdf 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
    public event EventHandler GeneratingDocument
    Remarks
    The event handler may check the number of pages created so far by accessing the C1PdfDocumentBase.Pages property.
    See Also