PdfPrintPageEventArgs Class
In This Article
Provides data for the PdfViewerControl.PrintPage event.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#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