ImportedPageData Constructors

Overloads

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

ImportedPageData(Byte[], Int32, [Optional] Single, [Optional] Single, [Optional] Single)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(Byte[] pdfData, int pageNumber, [float xOffset = 0], [float yOffset = 0], [float scale = 1])
Public Sub New (pdfData As Byte(), pageNumber As Integer, Optional xOffset As Single = 0, Optional yOffset As Single = 0, Optional scale As Single = 1)

Parameters

pdfData
Byte[]

Byte arrat of the PDF document to import.

pageNumber
Int32

Page number to import.

xOffset
Single

X offset of the placement on the page.

yOffset
Single

Y offset of the placement on the page.

scale
Single

Scale of the imported page.

Licensing Info

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

ImportedPageData(ImportedPageContents)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(ImportedPageContents contents)
Public Sub New (contents As ImportedPageContents)

Parameters

contents
ImportedPageContents

ImportedPageContents object containing the pages contents.

Licensing Info

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

ImportedPageData(ImportedPageContents, Single, Single)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(ImportedPageContents contents, float xOffset, float yOffset)
Public Sub New (contents As ImportedPageContents, xOffset As Single, yOffset As Single)

Parameters

contents
ImportedPageContents

ImportedPageContents object containing the pages contents.

xOffset
Single

X offset of the placement on the page.

yOffset
Single

Y offset of the placement on the page.

Licensing Info

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

ImportedPageData(ImportedPageContents, Single, Single, Single)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(ImportedPageContents contents, float xOffset, float yOffset, float scale)
Public Sub New (contents As ImportedPageContents, xOffset As Single, yOffset As Single, scale As Single)

Parameters

contents
ImportedPageContents

ImportedPageContents object containing the pages contents.

xOffset
Single

X offset of the placement on the page.

yOffset
Single

Y offset of the placement on the page.

scale
Single

Scale of the imported page.

Licensing Info

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

ImportedPageData(PdfPage)

Initializes a new instance of the ImportedPageData class.

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

ImportedPageData(PdfPage, Single, Single)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(PdfPage pdfPage, float xOffset, float yOffset)
Public Sub New (pdfPage As PdfPage, xOffset As Single, yOffset As Single)

Parameters

pdfPage
PdfPage

PdfPage object to import.

xOffset
Single

X offset of the placement on the page.

yOffset
Single

Y offset of the placement on the page.

Licensing Info

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

ImportedPageData(PdfPage, Single, Single, Single)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(PdfPage pdfPage, float xOffset, float yOffset, float scale)
Public Sub New (pdfPage As PdfPage, xOffset As Single, yOffset As Single, scale As Single)

Parameters

pdfPage
PdfPage

PdfPage object to import.

xOffset
Single

X offset of the placement on the page.

yOffset
Single

Y offset of the placement on the page.

scale
Single

Scale of the imported page.

Licensing Info

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

ImportedPageData(String, Int32)

Initializes a new instance of the ImportedPageData class.

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

ImportedPageData(String, Int32, Single, Single)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(string filePath, int pageNumber, float xOffset, float yOffset)
Public Sub New (filePath As String, pageNumber As Integer, xOffset As Single, yOffset As Single)

Parameters

filePath
String

Physical file path of the PDF document to import.

pageNumber
Int32

Page number to import.

xOffset
Single

X offset of the placement on the page.

yOffset
Single

Y offset of the placement on the page.

Licensing Info

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

ImportedPageData(String, Int32, Single, Single, Single)

Initializes a new instance of the ImportedPageData class.

public ImportedPageData(string filePath, int pageNumber, float xOffset, float yOffset, float scale)
Public Sub New (filePath As String, pageNumber As Integer, xOffset As Single, yOffset As Single, scale As Single)

Parameters

filePath
String

Physical file path of the PDF document to import.

pageNumber
Int32

Page number to import.

xOffset
Single

X offset of the placement on the page.

yOffset
Single

Y offset of the placement on the page.

scale
Single

Scale of the imported page.

Licensing Info

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

See Also

ImportedPageData
ceTe.DynamicPDF.Merger

In this topic