Back to Devexpress

PdfPrintPageEventArgs Class

officefileapi-devexpress-dot-pdf-d64594b6.md

latest2.1 KB
Original Source

PdfPrintPageEventArgs Class

Provides data for the PdfViewer.PrintPage and PdfDocumentProcessor.PrintPage events.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Drawing.dll

NuGet Package : DevExpress.Pdf.Drawing

Declaration

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

PdfPrintPageEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsPdfViewer.PrintPage
Office File APIPdfDocumentProcessor.PrintPage

Remarks

The PdfViewer.PrintPage (PdfDocumentProcessor.PrintPage) event occurs when the document is sent to a printer. The PdfPrintPageEventArgs class contains the PdfPrintPageEventArgs.PageNumber and PdfPrintPageEventArgs.PageCount properties that allow you to obtain the current page number and the total number of pages in a document.

Inheritance

Object EventArgs PrintPageEventArgs PdfPrintPageEventArgs

See Also

PdfPrintPageEventArgs Members

DevExpress.Pdf Namespace