PDF for WinRT
GeneratingDocument Event


Fires periodically while data is written into the PDF document.
Syntax
'Declaration
 
Public Event GeneratingDocument As EventHandler
'Usage
 
Dim instance As C1PdfDocumentBase
Dim handler As EventHandler
 
AddHandler instance.GeneratingDocument, handler
public event EventHandler GeneratingDocument
Remarks
The event handler may check the number of pages created so far by accessing the Pages property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1PdfDocumentBase Class
C1PdfDocumentBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback