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

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

public DocumentPrintEndEventArgs(
	string fileName,
	byte[] content,
	int numberOfPagesInDocument,
	int numberOfPagesPrinted,
	PdfPrintStatus status,
	int jobId
)

Parameters

fileName
Type: SystemString
Name of the file.
content
Type: SystemByte
The content.
numberOfPagesInDocument
Type: SystemInt32
The number of pages in document.
numberOfPagesPrinted
Type: SystemInt32
The number of pages printed.
status
Type: PdfPrintingNetPdfPrintStatus
The status.
jobId
Type: SystemInt32
JobId
See Also

Reference