ImportedPageData Constructors
Overloads
ImportedPageData(Byte[], Int32, [Optional] Single, [Optional] Single, [Optional] Single)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(Byte[] pdfData, int pageNumber, [float xOffset = 0], [float yOffset = 0], [float scale = 1])
Public Sub New (pdfData As Byte(), pageNumber As Integer, Optional xOffset As Single = 0, Optional yOffset As Single = 0, Optional scale As Single = 1)
Parameters
- pdfData
- Byte[]
Byte arrat of the PDF document to import.
- pageNumber
- Int32
Page number to import.
- xOffset
- Single
X offset of the placement on the page.
- yOffset
- Single
Y offset of the placement on the page.
- scale
- Single
Scale of the imported 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.
ImportedPageData(ImportedPageContents)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(ImportedPageContents contents)
Public Sub New (contents As ImportedPageContents)
Parameters
- contents
- ImportedPageContents
ImportedPageContents object containing the pages contents.
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.
ImportedPageData(ImportedPageContents, Single, Single)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(ImportedPageContents contents, float xOffset, float yOffset)
Public Sub New (contents As ImportedPageContents, xOffset As Single, yOffset As Single)
Parameters
- contents
- ImportedPageContents
ImportedPageContents object containing the pages contents.
- xOffset
- Single
X offset of the placement on the page.
- yOffset
- Single
Y offset of the placement on 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.
ImportedPageData(ImportedPageContents, Single, Single, Single)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(ImportedPageContents contents, float xOffset, float yOffset, float scale)
Public Sub New (contents As ImportedPageContents, xOffset As Single, yOffset As Single, scale As Single)
Parameters
- contents
- ImportedPageContents
ImportedPageContents object containing the pages contents.
- xOffset
- Single
X offset of the placement on the page.
- yOffset
- Single
Y offset of the placement on the page.
- scale
- Single
Scale of the imported 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.
ImportedPageData(PdfPage)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(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.
ImportedPageData(PdfPage, Single, Single)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(PdfPage pdfPage, float xOffset, float yOffset)
Public Sub New (pdfPage As PdfPage, xOffset As Single, yOffset As Single)
Parameters
- xOffset
- Single
X offset of the placement on the page.
- yOffset
- Single
Y offset of the placement on 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.
ImportedPageData(PdfPage, Single, Single, Single)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(PdfPage pdfPage, float xOffset, float yOffset, float scale)
Public Sub New (pdfPage As PdfPage, xOffset As Single, yOffset As Single, scale As Single)
Parameters
- xOffset
- Single
X offset of the placement on the page.
- yOffset
- Single
Y offset of the placement on the page.
- scale
- Single
Scale of the imported 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.
ImportedPageData(String, Int32)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(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.
ImportedPageData(String, Int32, Single, Single)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(string filePath, int pageNumber, float xOffset, float yOffset)
Public Sub New (filePath As String, pageNumber As Integer, xOffset As Single, yOffset As Single)
Parameters
- filePath
- String
Physical file path of the PDF document to import.
- pageNumber
- Int32
Page number to import.
- xOffset
- Single
X offset of the placement on the page.
- yOffset
- Single
Y offset of the placement on 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.
ImportedPageData(String, Int32, Single, Single, Single)
Initializes a new instance of the ImportedPageData class.
public ImportedPageData(string filePath, int pageNumber, float xOffset, float yOffset, float scale)
Public Sub New (filePath As String, pageNumber As Integer, xOffset As Single, yOffset As Single, scale As Single)
Parameters
- filePath
- String
Physical file path of the PDF document to import.
- pageNumber
- Int32
Page number to import.
- xOffset
- Single
X offset of the placement on the page.
- yOffset
- Single
Y offset of the placement on the page.
- scale
- Single
Scale of the imported 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.