ImportedPage Constructors
Overloads
ImportedPage(Byte[], Int32, Single?) | Initializes a new instance of the ImportedPage class. |
ImportedPage(PdfPage) | Initializes a new instance of the ImportedPage class. |
ImportedPage(PdfPage, Single) | Initializes a new instance of the ImportedPage class. |
ImportedPage(String, Int32) | Initializes a new instance of the ImportedPage class. |
ImportedPage(String, Int32, Single) | Initializes a new instance of the ImportedPage class. |
ImportedPage(Byte[], Int32, Single?)
Initializes a new instance of the ImportedPage class.
public ImportedPage(Byte[] pdfData, int pageNumber, [float? margins = null])
Public Sub New (pdfData As Byte(), pageNumber As Integer, Optional margins As Single? = null)
Parameters
- pdfData
- Byte[]
Byte array of the PDF document to import.
- pageNumber
- Int32
Page number to import.
- margins
- Single?
Margins of the new page. Overrides the default margins.
Licensing Info
This constructor 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.
ImportedPage(PdfPage)
Initializes a new instance of the ImportedPage class.
public ImportedPage(PdfPage pdfPage)
Public Sub New (pdfPage As PdfPage)
Parameters
Licensing Info
This constructor 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.
ImportedPage(PdfPage, Single)
Initializes a new instance of the ImportedPage class.
public ImportedPage(PdfPage pdfPage, float margins)
Public Sub New (pdfPage As PdfPage, margins As Single)
Parameters
- margins
- Single
Margins of the new page. Overrides the default margins.
Licensing Info
This constructor 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.
ImportedPage(String, Int32)
Initializes a new instance of the ImportedPage class.
public ImportedPage(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:
- 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.
ImportedPage(String, Int32, Single)
Initializes a new instance of the ImportedPage class.
public ImportedPage(string filePath, int pageNumber, float margins)
Public Sub New (filePath As String, pageNumber As Integer, margins As Single)
Parameters
- filePath
- String
Physical file path of the PDF document to import.
- pageNumber
- Int32
Page number to import.
- margins
- Single
Margins of the new page. Overrides the default margins.
Licensing Info
This constructor 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.