iText 8.0.2 API
iText.Kernel.Actions.Events.FlushPdfDocumentEvent Class Reference

Class represents events notifying that iText.Kernel.Pdf.PdfDocument was flushed. More...

Inheritance diagram for iText.Kernel.Actions.Events.FlushPdfDocumentEvent:
iText.Commons.Actions.AbstractITextConfigurationEvent iText.Commons.Actions.AbstractITextEvent iText.Commons.Actions.IEvent

Public Member Functions

  FlushPdfDocumentEvent (PdfDocument document)
  Creates a new instance of the flushing event. More...
 

Detailed Description

Class represents events notifying that iText.Kernel.Pdf.PdfDocument was flushed.

Constructor & Destructor Documentation

◆ FlushPdfDocumentEvent()

iText.Kernel.Actions.Events.FlushPdfDocumentEvent.FlushPdfDocumentEvent ( PdfDocument  document )
inline

Creates a new instance of the flushing event.

Parameters
document is a document to be flushed