Click or drag to resize

PDFPrintTask Class

Represents a printing operation using the PDFPrintManager Replaces Windows::Graphics::Printing::PrintTask to allow altered behaviour Note that PDFPrintTask does not provide a way to influence the printing, but just a way to notify of progress.
Inheritance Hierarchy
SystemObject
  pdftron.PDFPDFPrintTask

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PDFPrintTask

The PDFPrintTask type exposes the following members.

Properties
  NameDescription
Public propertyErrorMessage
Gets a specific error message if the printing failed
Public propertyPrintTask
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.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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