PdfPrintMultiDocPrintEventInfo ClassTerminal Works - PDF Printing.Net Library
Event Info of MultiDocument printing
Inheritance Hierarchy

SystemObject
  PdfPrintingNetPdfPrintMultiDocPrintEventInfo

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public class MultiDocPrintEventInfo

The PdfPrintMultiDocPrintEventInfo type exposes the following members.

Constructors

  NameDescription
Public methodPdfPrintMultiDocPrintEventInfo
Initializes a new instance of the PdfPrintMultiDocPrintEventInfo class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCurrentDocument
Gets or sets the current document.
Public propertyCurrentDocumentCurrentPrintPageIndex
Gets or sets the index of the current document current print page.
Public propertyCurrentDocumentIndex
Gets or sets the index of the current document.
Public propertyCurrentDocumentNumberOfPages
Gets or sets the current document number of all pages.
Public propertyCurrentDocumentNumberOfPagesForPrint
Gets or sets the current document number of pages for print.
Public propertyCurrentDocumentOriginalPageNumber
Gets or sets the current document original page number.
Public propertyJobId
Printer spooler JobID. If UseOldPrintingSystem = true JobID isn't available (it has value 0).
Public propertyJobName
Gets or sets the name of the printer job.
Public propertyMultiDocumentCurrentPrintPageIndex
Gets or sets the index of the multi document current print page.
Public propertyMultiDocumentNumberOfPagesForPrint
Gets or sets the multi document number of pages for print.
Public propertyMultiDocumentTotalNumberOfPages
Gets or sets the multi document total number of pages.
Public propertyNumberOfDocuments
Gets or sets the number of documents.
Top
See Also

Reference