Settings for printing multiple documents as single printer job.
Inheritance Hierarchy
PdfPrintingNetMultiPdfDocumentPrintSettings
Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
The MultiPdfDocumentPrintSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MultiPdfDocumentPrintSettings |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose |
Dispose and clean.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize |
Destructor.
(Overrides ObjectFinalize.) | |
| 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 | |
|---|---|---|
| DocumentList |
List of PDF Document (and printing settings) which will be printed as single printer job.
| |
| JobName |
Printer Job Name
| |
| PrinterSettings |
PrinterSettings used for printing PDF Document
|
See Also