CellPadding
Represents the cell padding.
public class CellPadding
Public Class CellPadding
Inheritance: ObjectCellPadding
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.
Constructors
| CellPadding(Single?) | Initializes a new instance of the CellPadding class. |
Properties
| Bottom | Gets or sets the bottom padding value for the cell. |
| Left | Gets or sets the left padding value for the cell. |
| Right | Gets or sets the right padding value for the cell. |
| Top | Gets or sets the top padding value for the cell. |
| Value | Gets or sets the value of the cell padding. |
Methods
| Equals(CellPadding) | Determines whether the given instance has padding values equal with the specified instance. |
| Equals(Object) | Determines whether the given instance has padding values equal with the specified object. |
| GetHashCode() | Returns hash code for this instance. |
| GetType() | Gets the Type of the current instance. (Inherited from Object) |
| ToString() | Returns a String that represents the current Object . (Inherited from Object) |