ImportedPageArea Constructors
Overloads
ImportedPageArea(Byte[], Int32, Single, Single, [Optional] Single) | Initializes a new instance of the ImportedPageArea class. |
ImportedPageArea(ImportedPageContents, Single, Single) | Initializes a new instance of the ImportedPageArea class. |
ImportedPageArea(ImportedPageContents, Single, Single, Single) | Initializes a new instance of the ImportedPageArea class. |
ImportedPageArea(PdfPage, Single, Single) | Initializes a new instance of the ImportedPageArea class. |
ImportedPageArea(PdfPage, Single, Single, Single) | Initializes a new instance of the ImportedPageArea class. |
ImportedPageArea(String, Int32, Single, Single) | Initializes a new instance of the ImportedPageArea class. |
ImportedPageArea(String, Int32, Single, Single, Single) | Initializes a new instance of the ImportedPageArea class. |
ImportedPageArea(Byte[], Int32, Single, Single, [Optional] Single)
Initializes a new instance of the ImportedPageArea class.
public ImportedPageArea(Byte[] pdfData, int pageNumber, float x, float y, [float scale = 1])
Public Sub New (pdfData As Byte(), pageNumber As Integer, x As Single, y As Single, Optional scale As Single = 1)
Parameters
- pdfData
- Byte[]
Byte array of the PDF document to import.
- pageNumber
- Int32
Page number to import.
X coordinate of the imported page area.
Y coordinate of the imported page area.
- scale
- Single
The scale to use when rendering the imported page area.
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.
ImportedPageArea(ImportedPageContents, Single, Single)
Initializes a new instance of the ImportedPageArea class.
public ImportedPageArea(ImportedPageContents contents, float x, float y)
Public Sub New (contents As ImportedPageContents, x As Single, y As Single)
Parameters
- contents
- ImportedPageContents
ImportedPageContents object containing the page's contents.
X coordinate of the imported page area.
Y coordinate of the imported page area.
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.
ImportedPageArea(ImportedPageContents, Single, Single, Single)
Initializes a new instance of the ImportedPageArea class.
public ImportedPageArea(ImportedPageContents contents, float x, float y, float scale)
Public Sub New (contents As ImportedPageContents, x As Single, y As Single, scale As Single)
Parameters
- contents
- ImportedPageContents
ImportedPageContents object containing the page's contents.
X coordinate of the imported page area.
Y coordinate of the imported page area.
- scale
- Single
The scale to use when rendering the imported page area.
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.
ImportedPageArea(PdfPage, Single, Single)
Initializes a new instance of the ImportedPageArea class.
public ImportedPageArea(PdfPage pdfPage, float x, float y)
Public Sub New (pdfPage As PdfPage, x As Single, y As Single)
Parameters
X coordinate of the imported page area.
Y coordinate of the imported page area.
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.
ImportedPageArea(PdfPage, Single, Single, Single)
Initializes a new instance of the ImportedPageArea class.
public ImportedPageArea(PdfPage pdfPage, float x, float y, float scale)
Public Sub New (pdfPage As PdfPage, x As Single, y As Single, scale As Single)
Parameters
X coordinate of the imported page area.
Y coordinate of the imported page area.
- scale
- Single
The scale to use when rendering the imported page area.
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.
ImportedPageArea(String, Int32, Single, Single)
Initializes a new instance of the ImportedPageArea class.
public ImportedPageArea(string filePath, int pageNumber, float x, float y)
Public Sub New (filePath As String, pageNumber As Integer, x As Single, y As Single)
Parameters
- filePath
- String
Physical file path of the PDF doument to import.
- pageNumber
- Int32
Page number to import.
X coordinate of the imported page area.
Y coordinate of the imported page area.
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.
ImportedPageArea(String, Int32, Single, Single, Single)
Initializes a new instance of the ImportedPageArea class.
public ImportedPageArea(string filePath, int pageNumber, float x, float y, float scale)
Public Sub New (filePath As String, pageNumber As Integer, x As Single, y As Single, scale As Single)
Parameters
- filePath
- String
Physical file path of the PDF document to import.
- pageNumber
- Int32
Page number to import.
X coordinate of the imported page area.
Y coordinate of the imported page area.
- scale
- Single
The scale to use when rendering the imported page area.
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.