AutoLayout.AddImportedPage

Overloads

AddImportedPage(ImportedPageContents, [Optional] Boolean, Single?)Adds a ImportedPageArea to the AutoLayout .
AddImportedPage(PdfPage, [Optional] Boolean, Single?)Adds a ImportedPageArea to the AutoLayout .
AddImportedPage(String, Int32, [Optional] Boolean, Single?)Adds a ImportedPageArea to the AutoLayout .

AddImportedPage(ImportedPageContents, [Optional] Boolean, Single?)

Adds a ImportedPageArea to the AutoLayout .

public ImportedPageArea AddImportedPage(ImportedPageContents contents, [bool newPage = False], [float? topPadding = null])
Function AddImportedPage(contents As ImportedPageContents, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As ImportedPageArea

Parameters

contents
ImportedPageContents

ImportedPageContents object containing the page's contents.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

ImportedPageArea

Returns a ImportedPageArea object.

Licensing Info

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

AddImportedPage(PdfPage, [Optional] Boolean, Single?)

Adds a ImportedPageArea to the AutoLayout .

public ImportedPageArea AddImportedPage(PdfPage pdfPage, [bool newPage = False], [float? topPadding = null])
Function AddImportedPage(pdfPage As PdfPage, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As ImportedPageArea

Parameters

pdfPage
PdfPage

PdfPage object containing the page.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

ImportedPageArea

Returns a ImportedPageArea object.

Licensing Info

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

AddImportedPage(String, Int32, [Optional] Boolean, Single?)

Adds a ImportedPageArea to the AutoLayout .

public ImportedPageArea AddImportedPage(string filePath, int pageNumber, [bool newPage = False], [float? topPadding = null])
Function AddImportedPage(filePath As String, pageNumber As Integer, Optional newPage As Boolean = False, Optional topPadding As Single? = null) As ImportedPageArea

Parameters

filePath
String

Physical file path of the PDF doument to import.

pageNumber
Int32

Page number to import.

newPage
Boolean

Adds the element to the next page if set to true. By default it is false.

topPadding
Single?

Top padding for the element.

Returns

ImportedPageArea

Returns a ImportedPageArea object.

Licensing Info

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

See Also

ImportedPageArea
AutoLayout
ceTe.DynamicPDF.PageElements

In this topic