ImportedPageArea Constructors

Overloads

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

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

Initializes a new instance of the ImportedPageArea class.

public ImportedPageArea(Byte[] pdfData, int pageNumber, float x, float y, [float scale = 1])
Public Sub New (pdfData As Byte(), pageNumber As Integer, x As Single, y As Single, Optional scale As Single = 1)

Parameters

pdfData
Byte[]

Byte array of the PDF document to import.

pageNumber
Int32

Page number to import.

x
Single

X coordinate of the imported page area.

y
Single

Y coordinate of the imported page area.

scale
Single

The scale to use when rendering the imported page area.

Licensing Info

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

ImportedPageArea(ImportedPageContents, Single, Single)

Initializes a new instance of the ImportedPageArea class.

public ImportedPageArea(ImportedPageContents contents, float x, float y)
Public Sub New (contents As ImportedPageContents, x As Single, y As Single)

Parameters

contents
ImportedPageContents

ImportedPageContents object containing the page's contents.

x
Single

X coordinate of the imported page area.

y
Single

Y coordinate of the imported page area.

Licensing Info

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

ImportedPageArea(ImportedPageContents, Single, Single, Single)

Initializes a new instance of the ImportedPageArea class.

public ImportedPageArea(ImportedPageContents contents, float x, float y, float scale)
Public Sub New (contents As ImportedPageContents, x As Single, y As Single, scale As Single)

Parameters

contents
ImportedPageContents

ImportedPageContents object containing the page's contents.

x
Single

X coordinate of the imported page area.

y
Single

Y coordinate of the imported page area.

scale
Single

The scale to use when rendering the imported page area.

Licensing Info

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

ImportedPageArea(PdfPage, Single, Single)

Initializes a new instance of the ImportedPageArea class.

public ImportedPageArea(PdfPage pdfPage, float x, float y)
Public Sub New (pdfPage As PdfPage, x As Single, y As Single)

Parameters

pdfPage
PdfPage

PdfPage object containing the page.

x
Single

X coordinate of the imported page area.

y
Single

Y coordinate of the imported page area.

Licensing Info

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

ImportedPageArea(PdfPage, Single, Single, Single)

Initializes a new instance of the ImportedPageArea class.

public ImportedPageArea(PdfPage pdfPage, float x, float y, float scale)
Public Sub New (pdfPage As PdfPage, x As Single, y As Single, scale As Single)

Parameters

pdfPage
PdfPage

PdfPage object containing the page.

x
Single

X coordinate of the imported page area.

y
Single

Y coordinate of the imported page area.

scale
Single

The scale to use when rendering the imported page area.

Licensing Info

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

ImportedPageArea(String, Int32, Single, Single)

Initializes a new instance of the ImportedPageArea class.

public ImportedPageArea(string filePath, int pageNumber, float x, float y)
Public Sub New (filePath As String, pageNumber As Integer, x As Single, y As Single)

Parameters

filePath
String

Physical file path of the PDF doument to import.

pageNumber
Int32

Page number to import.

x
Single

X coordinate of the imported page area.

y
Single

Y coordinate of the imported page area.

Licensing Info

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

ImportedPageArea(String, Int32, Single, Single, Single)

Initializes a new instance of the ImportedPageArea class.

public ImportedPageArea(string filePath, int pageNumber, float x, float y, float scale)
Public Sub New (filePath As String, pageNumber As Integer, x As Single, y As Single, scale As Single)

Parameters

filePath
String

Physical file path of the PDF document to import.

pageNumber
Int32

Page number to import.

x
Single

X coordinate of the imported page area.

y
Single

Y coordinate of the imported page area.

scale
Single

The scale to use when rendering the imported page area.

Licensing Info

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

See Also

ImportedPageArea
ceTe.DynamicPDF.Merger

In this topic