Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfPrintPageEventArgs Class

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

#Declaration

public class PdfPrintPageEventArgs :
    PrintPageEventArgs

#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

See Also