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:

Constructors

CellPadding(Single?)Initializes a new instance of the CellPadding class.

Properties

BottomGets or sets the bottom padding value for the cell.
LeftGets or sets the left padding value for the cell.
RightGets or sets the right padding value for the cell.
TopGets or sets the top padding value for the cell.
ValueGets 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)

See Also

ceTe.DynamicPDF.PageElements

In this topic