The PdfPrintMultiDocPrintEventInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentDocument |
Gets or sets the current document.
| |
CurrentDocumentCurrentPrintPageIndex |
Gets or sets the index of the current document current print page.
| |
CurrentDocumentIndex |
Gets or sets the index of the current document.
| |
CurrentDocumentNumberOfPages |
Gets or sets the current document number of all pages.
| |
CurrentDocumentNumberOfPagesForPrint |
Gets or sets the current document number of pages for print.
| |
CurrentDocumentOriginalPageNumber |
Gets or sets the current document original page number.
| |
JobId |
Printer spooler JobID. If UseOldPrintingSystem = true JobID isn't available (it has value 0).
| |
JobName |
Gets or sets the name of the printer job.
| |
MultiDocumentCurrentPrintPageIndex |
Gets or sets the index of the multi document current print page.
| |
MultiDocumentNumberOfPagesForPrint |
Gets or sets the multi document number of pages for print.
| |
MultiDocumentTotalNumberOfPages |
Gets or sets the multi document total number of pages.
| |
NumberOfDocuments |
Gets or sets the number of documents.
|
See Also