PdfRasterizer.Append

Overloads

Append(InputPdf)Append the entire PDF document to the list of pages to rasterize.
Append(InputPdf, Int32, Int32)Append the entire pages of the pdf document to the PdfRasterizerPageList.
Append(String)Append the entire PDF document to the list of pages to rasterize.
Append(String, Int32, Int32)Append the entire PDF document to the list of pages to rasterize.

Append(InputPdf)

Append the entire PDF document to the list of pages to rasterize.

public void Append(InputPdf inputPdf)
Sub Append(inputPdf As InputPdf)

Parameters

inputPdf
InputPdf

Represents an input PDF to rasterize.

Licensing Info

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

Append(InputPdf, Int32, Int32)

Append the entire pages of the pdf document to the PdfRasterizerPageList.

public void Append(InputPdf inputPdf, int startPageNumber, int pageCount)
Sub Append(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 method is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

Append(String)

Append the entire PDF document to the list of pages to rasterize.

public void Append(string filePath)
Sub Append(filePath As String)

Parameters

filePath
String

Physical file path of the PDF to rasterize.

Licensing Info

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

Append(String, Int32, Int32)

Append the entire PDF document to the list of pages to rasterize.

public void Append(string filePath, int startPageNumber, int pageCount)
Sub Append(filePath As String, startPageNumber As Integer, pageCount As Integer)

Parameters

filePath
String

Physical file path of the Pdf

startPageNumber
Int32

Starting page number of the PDF to rasterize.

pageCount
Int32

Total page count of the PDF to rasterize.

Licensing Info

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

See Also

PdfRasterizer
ceTe.DynamicPDF.Rasterizer

In this topic