ImportedPageContents Constructors

Overloads

ImportedPageContents(Byte[], Int32, [Optional] PageBoundary)Initializes a new instance of the ImportedPageContents class.
ImportedPageContents(PdfPage)Initializes a new instance of the ImportedPageContents class.
ImportedPageContents(PdfPage, PageBoundary)Initializes a new instance of the ImportedPageContents class.
ImportedPageContents(String, Int32)Initializes a new instance of the ImportedPageContents class.
ImportedPageContents(String, Int32, PageBoundary)Initializes a new instance of the ImportedPageContents class.

ImportedPageContents(Byte[], Int32, [Optional] PageBoundary)

Initializes a new instance of the ImportedPageContents class.

public ImportedPageContents(Byte[] pdfData, int pageNumber, [PageBoundary pageBoundary = CropBox])
Public Sub New (pdfData As Byte(), pageNumber As Integer, Optional pageBoundary As PageBoundary = CropBox)

Parameters

pdfData
Byte[]

Byte array of the PDF document to import.

pageNumber
Int32

Page number to import.

pageBoundary
PageBoundary

The boundaries box to use as the edges of the page.

Licensing Info

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

ImportedPageContents(PdfPage)

Initializes a new instance of the ImportedPageContents class.

public ImportedPageContents(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:

ImportedPageContents(PdfPage, PageBoundary)

Initializes a new instance of the ImportedPageContents class.

public ImportedPageContents(PdfPage pdfPage, PageBoundary pageBoundary)
Public Sub New (pdfPage As PdfPage, pageBoundary As PageBoundary)

Parameters

pdfPage
PdfPage

PdfPage object to import.

pageBoundary
PageBoundary

The boundaries box to use as the edges of the page.

Licensing Info

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

ImportedPageContents(String, Int32)

Initializes a new instance of the ImportedPageContents class.

public ImportedPageContents(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:

ImportedPageContents(String, Int32, PageBoundary)

Initializes a new instance of the ImportedPageContents class.

public ImportedPageContents(string filePath, int pageNumber, PageBoundary pageBoundary)
Public Sub New (filePath As String, pageNumber As Integer, pageBoundary As PageBoundary)

Parameters

filePath
String

Physical file path of the PDF document to import.

pageNumber
Int32

Page number to import.

pageBoundary
PageBoundary

The boundaries box to use as the edges of the page.

Licensing Info

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

See Also

ImportedPageContents
ceTe.DynamicPDF.Merger

In this topic