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)

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)

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)

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)

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)

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)

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)

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)

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)

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)

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