Click or drag to resize
Pdf Library for .NET

PdfPrinterBeforePagePrintingEventArgs Class

Provides the data for the BeforePagePrinting event.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPrinterBeforePagePrintingEventArgs

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class PdfPrinterBeforePagePrintingEventArgs

The PdfPrinterBeforePagePrintingEventArgs type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyCancel Gets or sets a value indicating whether the printing should be canceled starting with the current page.
Public propertyPageNumber Gets a value representing the number of the current page.
Public propertyPageSize Gets a value representing the original size of the current page in hundreds of an inch.
Top
See Also