Click or drag to resize
Pdf Library for .NET

PdfPrinterAfterPagePrintingEventArgs Class

Provides the data for the AfterPagePrinting event.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPrinterAfterPagePrintingEventArgs

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public class PdfPrinterAfterPagePrintingEventArgs

The PdfPrinterAfterPagePrintingEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCancel
Gets or sets a value indicating whether the printing of the rest of the document should be canceled.
Public propertyGraphics
Gets the Graphics used to paint the page. Use this to add more content to the printed page.
Public propertyMarginBounds
Gets the rectangular area, measured in hundredths of an inch, that represents the portion of the page inside the margins.
Public propertyPageBounds
Gets the rectangular area, measured in hundredths of an inch, that represents the total area of the page.
Public propertyPageNumber
Gets a value representing the number of the current page.
Public propertyPageSettings
Gets the page settings for the current page.
Public propertyPageSize
Gets a value representing the original size of the current page in hundreds of an inch.
Top
See Also