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
Licensing Info
This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
PrintJob(Printer, InputPdf)
Initializes a new instance of the PrintJob class.
public PrintJob(Printer printer, InputPdf inputPdf)
Parameters
Licensing Info
This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
PrintJob(Printer, InputPdf, Int32, Int32)
Initializes a new instance of the PrintJob class.
public PrintJob(Printer printer, InputPdf inputPdf, int startPage, int pageCount)
Parameters
- 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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
PrintJob(Printer, String)
Initializes a new instance of the PrintJob class.
public PrintJob(Printer printer, string pdfFileName)
Parameters
- 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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
PrintJob(Printer, String, Int32, Int32)
Initializes a new instance of the PrintJob class.
public PrintJob(Printer printer, string pdfFileName, int startPage, int pageCount)
Parameters
- pdfFileName
- String
The file path to the PDF containing the pages 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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
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.
Licensing Info
This constructor is a DynamicPDF PrintManager feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
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.
- 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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
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.
- 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:
- An active DynamicPDF Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF PrintManager selected.
- A DynamicPDF PrintManager for .NET v4.X Developer license.
See Also
PrintJobceTe.DynamicPDF.Printing