wpf-devexpress-dot-xpf-dot-pdfviewer-c218121d.md
Provides data for the PdfViewerControl.PrintPage event.
Namespace : DevExpress.Xpf.PdfViewer
Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package : DevExpress.Wpf.PdfViewer
public class PdfPrintPageEventArgs :
RoutedEventArgs
Public Class PdfPrintPageEventArgs
Inherits RoutedEventArgs
PdfPrintPageEventArgs is the data class for the following events:
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.
Object EventArgs RoutedEventArgs PdfPrintPageEventArgs
See Also