PdfPrintDocumentPrintPageEventArgs Constructor Terminal Works - PDF Printing.Net Library
Initializes a new instance of the DocumentPrintPageEventArgs class.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public DocumentPrintPageEventArgs(
	PdfPrintDocument document,
	int currentPageIndex,
	int pageNumber,
	int totalNumberOfPagesToPrint,
	int jobId
)

Parameters

document
Type: PdfPrintingNetPdfPrintDocument
The document.
currentPageIndex
Type: SystemInt32
Index of the current page.
pageNumber
Type: SystemInt32
The page number.
totalNumberOfPagesToPrint
Type: SystemInt32
The total number of pages to print.
jobId
Type: SystemInt32
JobId
See Also

Reference