FaxPrintJob Constructors
Overloads
FaxPrintJob(Printer, String) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(Printer, String, InputPdf) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(Printer, String, InputPdf, Int32, Int32) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(Printer, String, String) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(Printer, String, String, Int32, Int32) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(String, String) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(String, String, InputPdf) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(String, String, InputPdf, Int32, Int32) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(String, String, String) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(String, String, String, Int32, Int32) | Initializes a new instance of the FaxPrintJob class. |
FaxPrintJob(Printer, String)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(Printer printer, string recipientNumber)
Public Sub New (printer As Printer, recipientNumber As String)
Parameters
- printer
- Printer
The fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
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.
FaxPrintJob(Printer, String, InputPdf)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(Printer printer, string recipientNumber, InputPdf inputPdf)
Public Sub New (printer As Printer, recipientNumber As String, inputPdf As InputPdf)
Parameters
- printer
- Printer
The fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
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.
FaxPrintJob(Printer, String, InputPdf, Int32, Int32)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(Printer printer, string recipientNumber, InputPdf inputPdf, int startPage, int pageCount)
Public Sub New (printer As Printer, recipientNumber As String, inputPdf As InputPdf, startPage As Integer, pageCount As Integer)
Parameters
- printer
- Printer
The fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
- pageCount
- Int32
The number of pages to be added to the fax 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.
FaxPrintJob(Printer, String, String)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(Printer printer, string recipientNumber, string pdfFileName)
Public Sub New (printer As Printer, recipientNumber As String, pdfFileName As String)
Parameters
- printer
- Printer
The fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
- pdfFileName
- String
The file path to the PDF containing the pages to be added to the fax 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.
FaxPrintJob(Printer, String, String, Int32, Int32)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(Printer printer, string recipientNumber, string pdfFileName, int startPage, int pageCount)
Public Sub New (printer As Printer, recipientNumber As String, pdfFileName As String, startPage As Integer, pageCount As Integer)
Parameters
- printer
- Printer
The fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
- pdfFileName
- String
The file path to the PDF containing the pages to be added to the fax print job.
- pageCount
- Int32
The number of pages to be added to the fax 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.
FaxPrintJob(String, String)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(string printerName, string recipientNumber)
Public Sub New (printerName As String, recipientNumber As String)
Parameters
- printerName
- String
The name of the fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
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.
FaxPrintJob(String, String, InputPdf)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(string printerName, string recipientNumber, InputPdf inputPdf)
Public Sub New (printerName As String, recipientNumber As String, inputPdf As InputPdf)
Parameters
- printerName
- String
The name of the fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
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.
FaxPrintJob(String, String, InputPdf, Int32, Int32)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(string printerName, string recipientNumber, InputPdf inputPdf, int startPage, int pageCount)
Public Sub New (printerName As String, recipientNumber As String, inputPdf As InputPdf, startPage As Integer, pageCount As Integer)
Parameters
- printerName
- String
The name of the fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
- pageCount
- Int32
The number of pages to be added to the fax 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.
FaxPrintJob(String, String, String)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(string printerName, string recipientNumber, string pdfFileName)
Public Sub New (printerName As String, recipientNumber As String, pdfFileName As String)
Parameters
- printerName
- String
The name of the fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
- pdfFileName
- String
The file path to the PDF containing the pages to be added to the fax 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.
FaxPrintJob(String, String, String, Int32, Int32)
Initializes a new instance of the FaxPrintJob class.
public FaxPrintJob(string printerName, string recipientNumber, string pdfFileName, int startPage, int pageCount)
Public Sub New (printerName As String, recipientNumber As String, pdfFileName As String, startPage As Integer, pageCount As Integer)
Parameters
- printerName
- String
The name of the fax printer used by the fax print job.
- recipientNumber
- String
The fax number associated with the recipient.
- pdfFileName
- String
The file path to the PDF containing the pages to be added to the fax 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.