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
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)
Public Sub New (printer As Printer, inputPdf As 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)
Public Sub New (printer As Printer, inputPdf As InputPdf, startPage As Integer, pageCount As Integer)
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)
Public Sub New (printer As Printer, pdfFileName As String)
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)
Public Sub New (printer As Printer, pdfFileName As String, startPage As Integer, pageCount As Integer)
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)
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:
- 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)
Public Sub New (printerName As String, inputPdf As 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)
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.
- 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)
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:
- 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)
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.
- 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.