Initializes a new instance of the DocumentPrintEndEventArgs class.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public DocumentPrintEndEventArgs( PdfPrintDocument document, string fileName, byte[] content, int numberOfPagesInDocument, int numberOfPagesPrinted, PdfPrintStatus status, int jobId )
Parameters
- document
- Type: PdfPrintingNetPdfPrintDocument
The document. - 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