Back to Devexpress

PdfPrintPageEventArgs Properties

officefileapi-devexpress-dot-pdf-dot-pdfprintpageeventargs-dot-underscore-properties.md

latest2.9 KB
Original Source

PdfPrintPageEventArgs Properties

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

NameDescription
CancelGets or sets a value indicating whether the print job should be canceled. Inherited from PrintPageEventArgs.
GraphicsGets the Graphics used to paint the page. Inherited from PrintPageEventArgs.
HasMorePagesGets or sets a value indicating whether an additional page should be printed. Inherited from PrintPageEventArgs.
MarginBoundsGets the rectangular area that represents the portion of the page inside the margins. Inherited from PrintPageEventArgs.
PageBoundsGets the rectangular area that represents the total area of the page. Inherited from PrintPageEventArgs.
PageCountReturns the total number of pages which were sent to the printer.
PageNumberReturns the page number of the currently printed page.
PageSettingsGets the page settings for the current page. Inherited from PrintPageEventArgs.

See Also

PdfPrintPageEventArgs Class

PdfPrintPageEventArgs Members

DevExpress.Pdf Namespace