Event Info of MultiDocument printing
Inheritance Hierarchy
PdfPrintingNetPdfPrintMultiDocPrintEventInfo
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The PdfPrintMultiDocPrintEventInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PdfPrintMultiDocPrintEventInfo | Initializes a new instance of the PdfPrintMultiDocPrintEventInfo class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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