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