InputPdf Constructors

Overloads

InputPdf(Byte[])Initializes a new instance of the InputPdf class.
InputPdf(Byte[], String)Initializes a new instance of the InputPdf class.
InputPdf(String)Initializes a new instance of the InputPdf class.
InputPdf(String, String)Initializes a new instance of the InputPdf class.

InputPdf(Byte[])

Initializes a new instance of the InputPdf class.

public InputPdf(Byte[] data)
Public Sub New (data As Byte())

Parameters

data
Byte[]

The byte array containing the Pdf document.

Licensing Info

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

InputPdf(Byte[], String)

Initializes a new instance of the InputPdf class.

public InputPdf(Byte[] data, string password)
Public Sub New (data As Byte(), password As String)

Parameters

data
Byte[]

The byte array containing the PDF document.

password
String

The string containing the password.

Licensing Info

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

InputPdf(String)

Initializes a new instance of the InputPdf class.

public InputPdf(string filePath)
Public Sub New (filePath As String)

Parameters

filePath
String

The file path of the PDF document.

Licensing Info

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

InputPdf(String, String)

Initializes a new instance of the InputPdf class.

public InputPdf(string filePath, string password)
Public Sub New (filePath As String, password As String)

Parameters

filePath
String

The file path of the PDF document.

password
String

The string containing the password.

Licensing Info

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

See Also

InputPdf
ceTe.DynamicPDF.Printing

In this topic