InheritableDimensions
Represents the dimensions of a rectangle.
public class InheritableDimensions : Dimensions
Public Class InheritableDimensions
Inherits Dimensions
Inheritance: ObjectDimensionsInheritableDimensions
Derived: AutoInheritableDimensions
Licensing Info
This class is a DynamicPDF Core Suite Essentials feature. One of the following is required for non-evaluation usage:
- Any active DynamicPDF Subscription (Essentials, Professional, Professional Plus or Ultimate).
- A DynamicPDF Core Suite for .NET v12.X Essentials license.
- It can also be used for free with a public link back to www.dynamicpdf.com and with the DynamicPDF Essentials message displaying on the bottom of each page.
Constructors
InheritableDimensions(PageSize, PageOrientation) | Initializes a new instance of the InheritableDimensions structure. |
InheritableDimensions(Single, Single) | Initializes a new instance of the InheritableDimensions structure. |
InheritableDimensions(Single, Single, Single, Single) | Initializes a new instance of the InheritableDimensions structure. |
Properties
Bottom | Gets or sets the bottom edge of the dimensions in points (1/72 inches). (Inherited from Dimensions) |
Height | Gets or sets the height of the dimensions in points (1/72 inches). (Inherited from Dimensions) |
Inherit | Gets or sets the inherits the dimensions. |
InheritsFrom | Gets the inherits from the dimensions. |
Left | Gets or sets the left edge of the dimensions in points (1/72 inches). (Inherited from Dimensions) |
Right | Gets or sets the right edge of the dimensions in points (1/72 inches). (Inherited from Dimensions) |
Top | Gets or sets the top edge of the dimensions in points (1/72 inches). (Inherited from Dimensions) |
Width | Gets or sets the width of the dimensions in points (1/72 inches). (Inherited from Dimensions) |
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) |