ImportedPage Constructors

Overloads

ImportedPage(Byte[], Int32, Single?)Initializes a new instance of the ImportedPage class.
ImportedPage(PdfPage)Initializes a new instance of the ImportedPage class.
ImportedPage(PdfPage, Single)Initializes a new instance of the ImportedPage class.
ImportedPage(String, Int32)Initializes a new instance of the ImportedPage class.
ImportedPage(String, Int32, Single)Initializes a new instance of the ImportedPage class.

ImportedPage(Byte[], Int32, Single?)

Initializes a new instance of the ImportedPage class.

public ImportedPage(Byte[] pdfData, int pageNumber, [float? margins = null])
Public Sub New (pdfData As Byte(), pageNumber As Integer, Optional margins As Single? = null)

Parameters

pdfData
Byte[]

Byte array of the PDF document to import.

pageNumber
Int32

Page number to import.

margins
Single?

Margins of the new page. Overrides the default margins.

Licensing Info

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

ImportedPage(PdfPage)

Initializes a new instance of the ImportedPage class.

public ImportedPage(PdfPage pdfPage)
Public Sub New (pdfPage As PdfPage)

Parameters

pdfPage
PdfPage

PdfPage object to import.

Licensing Info

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

ImportedPage(PdfPage, Single)

Initializes a new instance of the ImportedPage class.

public ImportedPage(PdfPage pdfPage, float margins)
Public Sub New (pdfPage As PdfPage, margins As Single)

Parameters

pdfPage
PdfPage

PdfPage object to import.

margins
Single

Margins of the new page. Overrides the default margins.

Licensing Info

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

ImportedPage(String, Int32)

Initializes a new instance of the ImportedPage class.

public ImportedPage(string filePath, int pageNumber)
Public Sub New (filePath As String, pageNumber As Integer)

Parameters

filePath
String

Physical file path of the PDF document to import.

pageNumber
Int32

Page number to import.

Licensing Info

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

ImportedPage(String, Int32, Single)

Initializes a new instance of the ImportedPage class.

public ImportedPage(string filePath, int pageNumber, float margins)
Public Sub New (filePath As String, pageNumber As Integer, margins As Single)

Parameters

filePath
String

Physical file path of the PDF document to import.

pageNumber
Int32

Page number to import.

margins
Single

Margins of the new page. Overrides the default margins.

Licensing Info

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

See Also

ImportedPage
ceTe.DynamicPDF.Merger

In this topic