Click or drag to resize

PDFPrintTask Events

The PDFPrintTask type exposes the following members.

Events
  NameDescription
Public eventCompleted
Raised when the PDFPrintTask is completed and guarantees that the PDFDoc object is no longer in use by the PDFPrintManager
Public eventPreviewing
Raised when the print system initializes print preview mode. Mirrors Windows.Graphics.Printing.PrintTask
Public eventProgressing
Raised to provide progress information about how much of the printed content has been submitted to the print subsystem for printing. Mirrors Windows.Graphics.Printing.PrintTask
Public eventSubmitting
Raised when a print task begins submitting content to the print subsystem to be printed. Mirrors Windows.Graphics.Printing.PrintTask
Top
See Also