MultiPdfDocumentPrintSettings ClassTerminal Works - PDF Printing.Net Library
Settings for printing multiple documents as single printer job.
Inheritance Hierarchy

SystemObject
  PdfPrintingNetMultiPdfDocumentPrintSettings

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

public class MultiPdfDocumentPrintSettings : IDisposable

The MultiPdfDocumentPrintSettings type exposes the following members.

Constructors

  NameDescription
Public methodMultiPdfDocumentPrintSettings
Constructor.
Top
Methods

  NameDescription
Public methodDispose
Dispose and clean.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor.
(Overrides ObjectFinalize.)
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 propertyDocumentList
List of PDF Document (and printing settings) which will be printed as single printer job.
Public propertyJobName
Printer Job Name
Public propertyPrinterSettings
PrinterSettings used for printing PDF Document
Top
See Also

Reference