Page Constructors
Overloads
Page() | Initializes a new instance of the Page class. |
Page(PageDimensions) | Initializes a new instance of the Page class. |
Page(PageSize) | Initializes a new instance of the Page class. |
Page(PageSize, PageOrientation) | Initializes a new instance of the Page class. |
Page(PageSize, PageOrientation, Single) | Initializes a new instance of the Page class. |
Page(PageSize, Single) | Initializes a new instance of the Page class. |
Page(Single, Single) | Initializes a new instance of the Page class. |
Page(Single, Single, Single) | Initializes a new instance of the Page class. |
Page()
Initializes a new instance of the Page class.
public Page()
Public Sub New ()
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.
Page(PageDimensions)
Initializes a new instance of the Page class.
public Page(PageDimensions dimensions)
Public Sub New (dimensions As PageDimensions)
Parameters
- dimensions
- PageDimensions
The PageDimensions 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.
Page(PageSize)
Initializes a new instance of the Page class.
public Page(PageSize size)
Public Sub New (size As PageSize)
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.
Page(PageSize, PageOrientation)
Initializes a new instance of the Page class.
public Page(PageSize size, PageOrientation orientation)
Public Sub New (size As PageSize, orientation As PageOrientation)
Parameters
- orientation
- PageOrientation
The PageOrientation 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.
Page(PageSize, PageOrientation, Single)
Initializes a new instance of the Page class.
public Page(PageSize size, PageOrientation orientation, float margins)
Public Sub New (size As PageSize, orientation As PageOrientation, margins As Single)
Parameters
- orientation
- PageOrientation
The PageOrientation of the page.
- margins
- Single
The margins 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.
Page(PageSize, Single)
Initializes a new instance of the Page class.
public Page(PageSize size, float margins)
Public Sub New (size As PageSize, margins As Single)
Parameters
- margins
- Single
The margins 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.
Page(Single, Single)
Initializes a new instance of the Page class.
public Page(float width, float height)
Public Sub New (width As Single, height As Single)
Parameters
- width
- Single
The width of the page.
- height
- Single
The height 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.
Page(Single, Single, Single)
Initializes a new instance of the Page class.
public Page(float width, float height, float margins)
Public Sub New (width As Single, height As Single, margins As Single)
Parameters
- width
- Single
The width of the page.
- height
- Single
The height of the page.
- margins
- Single
The margins 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.