Skip to main content
A newer version of this page is available. .

PdfPrintPageEventArgs Class

Provides data for the PdfViewerControl.PrintPage event.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.1.dll

Declaration

public class PdfPrintPageEventArgs :
    RoutedEventArgs

Remarks

The PdfViewerControl.PrintPage event occurs when the document is sent to a printer.

You can perform actions when the document is sent to a printer. For example, to obtain the current page number and the total number of pages in a document, use PdfPrintPageEventArgs.PageNumber and PdfPrintPageEventArgs.PageCount properties, respectively.

Inheritance

Object
EventArgs
RoutedEventArgs
PdfPrintPageEventArgs
See Also