AutoLayout.AddImportedPage
Overloads
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
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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
- 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
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.