PrintJob Constructors

Overloads

PrintJob(Printer)Initializes a new instance of the PrintJob class.
PrintJob(Printer, InputPdf)Initializes a new instance of the PrintJob class.
PrintJob(Printer, InputPdf, Int32, Int32)Initializes a new instance of the PrintJob class.
PrintJob(Printer, String)Initializes a new instance of the PrintJob class.
PrintJob(Printer, String, Int32, Int32)Initializes a new instance of the PrintJob class.
PrintJob(String)Initializes a new instance of the PrintJob class.
PrintJob(String, InputPdf)Initializes a new instance of the PrintJob class.
PrintJob(String, InputPdf, Int32, Int32)Initializes a new instance of the PrintJob class.
PrintJob(String, String)Initializes a new instance of the PrintJob class.
PrintJob(String, String, Int32, Int32)Initializes a new instance of the PrintJob class.

PrintJob(Printer)

Initializes a new instance of the PrintJob class.

public PrintJob(Printer printer)
Public Sub New (printer As Printer)

Parameters

printer
Printer

The Printer object targeted by the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(Printer, InputPdf)

Initializes a new instance of the PrintJob class.

public PrintJob(Printer printer, InputPdf inputPdf)
Public Sub New (printer As Printer, inputPdf As InputPdf)

Parameters

printer
Printer

The Printer object targeted by the print job.

inputPdf
InputPdf

The InputPdf object containing the pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(Printer, InputPdf, Int32, Int32)

Initializes a new instance of the PrintJob class.

public PrintJob(Printer printer, InputPdf inputPdf, int startPage, int pageCount)
Public Sub New (printer As Printer, inputPdf As InputPdf, startPage As Integer, pageCount As Integer)

Parameters

printer
Printer

The Printer object targeted by the print job.

inputPdf
InputPdf

The InputPdf object containing the pages to be added to the print job.

startPage
Int32

The first page from the InputPdf to be added to the print job.

pageCount
Int32

The number of pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(Printer, String)

Initializes a new instance of the PrintJob class.

public PrintJob(Printer printer, string pdfFileName)
Public Sub New (printer As Printer, pdfFileName As String)

Parameters

printer
Printer

The Printer object targeted by the print job.

pdfFileName
String

The file path to the PDF containing the pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(Printer, String, Int32, Int32)

Initializes a new instance of the PrintJob class.

public PrintJob(Printer printer, string pdfFileName, int startPage, int pageCount)
Public Sub New (printer As Printer, pdfFileName As String, startPage As Integer, pageCount As Integer)

Parameters

printer
Printer

The Printer object targeted by the print job.

pdfFileName
String

The file path to the PDF containing the pages to be added to the print job.

startPage
Int32

The first page from the InputPdf to be added to the print job.

pageCount
Int32

The number of pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(String)

Initializes a new instance of the PrintJob class.

public PrintJob(string printerName)
Public Sub New (printerName As String)

Parameters

printerName
String

The name of the printer targeted by the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(String, InputPdf)

Initializes a new instance of the PrintJob class.

public PrintJob(string printerName, InputPdf inputPdf)
Public Sub New (printerName As String, inputPdf As InputPdf)

Parameters

printerName
String

The name of the printer targeted by the print job.

inputPdf
InputPdf

The InputPdf object containing the pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(String, InputPdf, Int32, Int32)

Initializes a new instance of the PrintJob class.

public PrintJob(string printerName, InputPdf inputPdf, int startPage, int pageCount)
Public Sub New (printerName As String, inputPdf As InputPdf, startPage As Integer, pageCount As Integer)

Parameters

printerName
String

The name of the printer targeted by the print job.

inputPdf
InputPdf

The InputPdf object containing the pages to be added to the print job.

startPage
Int32

The first page from the InputPdf to be added to the print job.

pageCount
Int32

The number of pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(String, String)

Initializes a new instance of the PrintJob class.

public PrintJob(string printerName, string pdfFileName)
Public Sub New (printerName As String, pdfFileName As String)

Parameters

printerName
String

The name of the printer targeted by the print job.

pdfFileName
String

The file path to the PDF containing the pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

PrintJob(String, String, Int32, Int32)

Initializes a new instance of the PrintJob class.

public PrintJob(string printerName, string pdfFileName, int startPage, int pageCount)
Public Sub New (printerName As String, pdfFileName As String, startPage As Integer, pageCount As Integer)

Parameters

printerName
String

The name of the printer targeted by the print job.

pdfFileName
String

The file path to the PDF containing the pages to be added to the print job.

startPage
Int32

The first page from the InputPdf to be added to the print job.

pageCount
Int32

The number of pages to be added to the print job.

Licensing Info

This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:

See Also

PrintJob
ceTe.DynamicPDF.Printing

In this topic