Click or drag to resize

PdfPrint Class

Provides methods to print the entire document asynchronously.
Inheritance Hierarchy
System.Object
  Patagames.Pdf.Net.Controls.Wpf.PdfPrint

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax
public class PdfPrint

The PdfPrint type exposes the following members.

Constructors
 NameDescription
Public methodPdfPrint Initializes a new instance of the PdfPrint class.
Top
Properties
 NameDescription
Public propertyIsBusy Gets a value that indicates whether the printing has running.
Top
Methods
 NameDescription
Public methodEnd Requests cancellation of a printing.
Protected methodOnCancelationPending Raises the CancelationPending event.
Protected methodOnPagePrinted Raises the PagePrinted event.
Protected methodOnPrintCompleted Raises the PrintCompleted event.
Protected methodOnPrintStarted Raises the PrintStarted event.
Public methodShowDialog Shows PrintDialog and starts asynchronous execution of a printing.
Public methodStartPrintAsync Starts asynchronous execution of a printing.
Top
Events
 NameDescription
Public eventCancelationPending Occurs when the cancelation has been requested.
Public eventPagePrinted Occurs when the document's page gas been printed.
Public eventPrintCompleted Occurs when the print operation has completed or has been canceled.
Public eventPrintStarted Occurs when the print operation has been started.
Top
See Also