Back to Devexpress

PdfPrintPageEventArgs Class

wpf-devexpress-dot-xpf-dot-pdfviewer-c218121d.md

latest1.8 KB
Original Source

PdfPrintPageEventArgs Class

Provides data for the PdfViewerControl.PrintPage event.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public class PdfPrintPageEventArgs :
    RoutedEventArgs
vb
Public Class PdfPrintPageEventArgs
    Inherits RoutedEventArgs

PdfPrintPageEventArgs is the data class for the following events:

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

PdfPrintPageEventArgs Members

DevExpress.Xpf.PdfViewer Namespace