AreaDimensions
Base class representing the dimensions of an area.
public abstract class AreaDimensions
Public MustInherit Class AreaDimensions
Inheritance: ObjectAreaDimensions
Derived: AutoPageDimensions, ExtendedPageDimensions, PageDimensions
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
| Body | Represents the dimensions of the areas body. |
| BottomMargin | Gets or sets the bottom margin of the page dimensions in points (1/72 inches). |
| Edge | Represents the dimensions of the areas edge. |
| Height | Gets or sets the height of the page dimensions in points (1/72 inches). |
| LeftMargin | Gets or sets the left margin of the page dimensions in points (1/72 inches). |
| RightMargin | Gets or sets the right margin of the page dimensions in points (1/72 inches). |
| TopMargin | Gets or sets the top margin of the page dimensions in points (1/72 inches). |
| Width | Gets or sets the width of the page dimensions in points (1/72 inches). |
Methods
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
| GetPdfX(Single) | Gets the translated X coordinate. |
| GetPdfX(Single, RelativeTo, Boolean) | Gets the translated X coordinate. |
| GetPdfY(Single) | Gets the translated Y coordinate. |
| GetPdfY(Single, RelativeTo, Boolean) | Gets the translated Y coordinate. |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |