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)

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)

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)

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)

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