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

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

public SingleDocumentPrintEndEventArgs(
	string fileName,
	byte[] content,
	PdfPrintMultiDocPrintEventInfo multiDocPrintEventInfo,
	int numberOfPagesPrinted,
	PdfPrintStatus status
)

Parameters

fileName
Type: SystemString
Name of the file.
content
Type: SystemByte
The content.
multiDocPrintEventInfo
Type: PdfPrintingNetPdfPrintMultiDocPrintEventInfo
The multi document print event information.
numberOfPagesPrinted
Type: SystemInt32
The number of pages printed.
status
Type: PdfPrintingNetPdfPrintStatus
The status.
See Also

Reference