Initializes a new instance of the MultiDocumentPrintEndEventArgs class.
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public MultiDocumentPrintEndEventArgs( PdfPrintMultiDocPrintEventInfo multiDocPrintEventInfo, int numberOfPagesPrinted, PdfPrintStatus status )
Parameters
- multiDocPrintEventInfo
- Type: PdfPrintingNetPdfPrintMultiDocPrintEventInfo
The multi document print event information. - numberOfPagesPrinted
- Type: SystemInt32
The number of pages printed. - status
- Type: PdfPrintingNetPdfPrintStatus
The status.
See Also