AutoMediaBoxDimensions
Represents the media box dimensions of the page.
public class AutoMediaBoxDimensions : Dimensions
Public Class AutoMediaBoxDimensions
Inherits Dimensions
Inheritance: ObjectDimensionsAutoMediaBoxDimensions
Licensing Info
This class 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.
Properties
Bottom | Gets or sets the bottom media box edge of the dimensions in points (1/72 inches). |
Height | Gets or sets meida box height of the dimensions in points (1/72 inches). |
Left | Gets or sets the left media box edge of the dimensions in points (1/72 inches). |
Right | Gets or sets the right media box edge of the dimensions in points (1/72 inches). |
Top | Gets or sets the top media box edge of the dimensions in points (1/72 inches). |
Width | Gets or sets the media box width of the dimensions in points (1/72 inches). |
Methods
Equals(Object) | Tests equality of Dimensions. (Inherited from Dimensions) |
GetHashCode() | Serves as a hash function for a particular type, suitable for use in
hashing algorithms and data structures like a hash table. (Inherited from Dimensions) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |