Dimensions Constructors
Overloads
Dimensions(PageSize, PageOrientation) | Initializes a new instance of the Dimensions structure. |
Dimensions(Single, Single) | Initializes a new instance of the Dimensions structure. |
Dimensions(Single, Single, Single, Single) | Initializes a new instance of the Dimensions structure. |
Dimensions(PageSize, PageOrientation)
Initializes a new instance of the Dimensions structure.
public Dimensions(PageSize size, PageOrientation orientation)
Public Sub New (size As PageSize, orientation As PageOrientation)
Parameters
- size
- PageSize
The page size of the dimensions in points (1/72 inches).
- orientation
- PageOrientation
The orientation of the dimensions in points (1/72 inches).
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.
Dimensions(Single, Single)
Initializes a new instance of the Dimensions structure.
public Dimensions(float width, float height)
Public Sub New (width As Single, height As Single)
Parameters
- width
- Single
The width of the dimensions in points (1/72 inches).
- height
- Single
the height of the dimensions in points (1/72 inches).
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.
Dimensions(Single, Single, Single, Single)
Initializes a new instance of the Dimensions structure.
public Dimensions(float left, float top, float right, float bottom)
Public Sub New (left As Single, top As Single, right As Single, bottom As Single)
Parameters
- left
- Single
The left edge of the dimensions in points (1/72 inches).
- top
- Single
The top edge of the dimensions in points (1/72 inches).
- right
- Single
The right edge of the dimensions in points (1/72 inches).
- bottom
- Single
The bottom edge of the dimensions in points (1/72 inches).
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.