PdfRasterizer Constructors

Overloads

PdfRasterizer(InputPdf)Initializes a new instance of the PdfRasterizer class.
PdfRasterizer(InputPdf, Int32, Int32)Initializes a new instance of the PdfRasterizer class.
PdfRasterizer(String)Initializes a new instance of the PdfRasterizer class.
PdfRasterizer(String, Int32, Int32)Initializes a new instance of the PdfRasterizer class.

PdfRasterizer(InputPdf)

Initializes a new instance of the PdfRasterizer class.

public PdfRasterizer(InputPdf inputPdf)
Public Sub New (inputPdf As InputPdf)

Parameters

inputPdf
InputPdf

Represents an input PDF to rasterize.

Licensing Info

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

PdfRasterizer(InputPdf, Int32, Int32)

Initializes a new instance of the PdfRasterizer class.

public PdfRasterizer(InputPdf inputPdf, int startPageNumber, int pageCount)
Public Sub New (inputPdf As InputPdf, startPageNumber As Integer, pageCount As Integer)

Parameters

inputPdf
InputPdf

Represents an input PDF to rasterize.

startPageNumber
Int32

Starting page number of the PDF to rasterize.

pageCount
Int32

Total page count of the PDF to rasterize.

Licensing Info

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

PdfRasterizer(String)

Initializes a new instance of the PdfRasterizer class.

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

Parameters

filePath
String

Physical file path of the PDF to rasterize.

Licensing Info

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

PdfRasterizer(String, Int32, Int32)

Initializes a new instance of the PdfRasterizer class.

public PdfRasterizer(string filePath, int startPageNumber, int pageCount)
Public Sub New (filePath As String, startPageNumber As Integer, pageCount As Integer)

Parameters

filePath
String

Physical file path of the PDF to rasterize.

startPageNumber
Int32

Starting page number of the PDF to rasterize.

pageCount
Int32

Total page count of the PDF to rasterize.

Licensing Info

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

See Also

PdfRasterizer
ceTe.DynamicPDF.Rasterizer

In this topic