PDFPrintTask Class |
Namespace: pdftron.PDF
public sealed class PDFPrintTask
The PDFPrintTask type exposes the following members.
Name | Description | |
---|---|---|
ErrorMessage |
Gets a specific error message if the printing failed
| |
PrintTask |
Gets the system defined print task. It is recommended to use this print task for the sake of modifying the print
task, as it should be done through the PDFPrintManager.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Completed |
Raised when the PDFPrintTask is completed and guarantees that the PDFDoc object is no longer in use by
the PDFPrintManager
| |
Previewing |
Raised when the print system initializes print preview mode. Mirrors Windows.Graphics.Printing.PrintTask
| |
Progressing |
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
| |
Submitting |
Raised when a print task begins submitting content to the print subsystem to be printed.
Mirrors Windows.Graphics.Printing.PrintTask
|