ImportedPageContents Constructors
Overloads
ImportedPageContents(Byte[], Int32, [Optional] PageBoundary) | Initializes a new instance of the ImportedPageContents class. |
ImportedPageContents(PdfPage) | Initializes a new instance of the ImportedPageContents class. |
ImportedPageContents(PdfPage, PageBoundary) | Initializes a new instance of the ImportedPageContents class. |
ImportedPageContents(String, Int32) | Initializes a new instance of the ImportedPageContents class. |
ImportedPageContents(String, Int32, PageBoundary) | Initializes a new instance of the ImportedPageContents class. |
ImportedPageContents(Byte[], Int32, [Optional] PageBoundary)
Initializes a new instance of the ImportedPageContents class.
public ImportedPageContents(Byte[] pdfData, int pageNumber, [PageBoundary pageBoundary = CropBox])
Public Sub New (pdfData As Byte(), pageNumber As Integer, Optional pageBoundary As PageBoundary = CropBox)
Parameters
- pdfData
- Byte[]
Byte array of the PDF document to import.
- pageNumber
- Int32
Page number to import.
- pageBoundary
- PageBoundary
The boundaries box to use as the edges of the page.
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.
ImportedPageContents(PdfPage)
Initializes a new instance of the ImportedPageContents class.
public ImportedPageContents(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.
ImportedPageContents(PdfPage, PageBoundary)
Initializes a new instance of the ImportedPageContents class.
public ImportedPageContents(PdfPage pdfPage, PageBoundary pageBoundary)
Public Sub New (pdfPage As PdfPage, pageBoundary As PageBoundary)
Parameters
- pageBoundary
- PageBoundary
The boundaries box to use as the edges of the page.
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.
ImportedPageContents(String, Int32)
Initializes a new instance of the ImportedPageContents class.
public ImportedPageContents(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.
ImportedPageContents(String, Int32, PageBoundary)
Initializes a new instance of the ImportedPageContents class.
public ImportedPageContents(string filePath, int pageNumber, PageBoundary pageBoundary)
Public Sub New (filePath As String, pageNumber As Integer, pageBoundary As PageBoundary)
Parameters
- filePath
- String
Physical file path of the PDF document to import.
- pageNumber
- Int32
Page number to import.
- pageBoundary
- PageBoundary
The boundaries box to use as the edges of the page.
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.