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(Stream)Initializes a new instance of the InputPdf class.
InputPdf(Stream, 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[]

Byte array of the input PDF data.

Licensing Info

This constructor is a DynamicPDF Rasterizer 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[]

Byte array of the input PDF data.

password
String

Password to open the PDF file.

Licensing Info

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

InputPdf(Stream)

Initializes a new instance of the InputPdf class.

public InputPdf(Stream stream)
Public Sub New (stream As Stream)

Parameters

stream
Stream

Stream containing the PDF data.

Licensing Info

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

InputPdf(Stream, String)

Initializes a new instance of the InputPdf class.

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

Parameters

stream
Stream

Stream containing the PDF data.

password
String

Password to open the PDF file.

Licensing Info

This constructor is a DynamicPDF Rasterizer 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

Physical file path of the PDF.

Licensing Info

This constructor is a DynamicPDF Rasterizer 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

Physical file path of the PDF.

password
String

Password to open the PDF file.

Licensing Info

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

See Also

InputPdf
ceTe.DynamicPDF.Rasterizer

In this topic