ImageData.GetPage
Overloads
GetPage() | Returns a Page object containing the image as a background. |
GetPage(Single) | Returns a Page object containing the image as a background. |
GetPage()
Returns a Page object containing the image as a background.
public Page GetPage()
Function GetPage() As Page
Returns
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.
GetPage(Single)
Returns a Page object containing the image as a background.
public Page GetPage(float margins)
Function GetPage(margins As Single) As Page
Parameters
- margins
- Single
The margins of the page.
Returns
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.