API Reference
Class
PdfCellPadding
Describes optional per-side padding overrides for one table cell.
Inheritance
- Object
- PdfCellPadding
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method PdfCellPadding.Clone
- Property PdfTableStyle.CellPaddings
Constructors
public PdfCellPadding() #Methods
public PdfCellPadding Clone() #Returns:
PdfCellPaddingCreates a copy of this table cell padding override.
Inherited Methods
Properties
public Nullable<Double> Left { get; set; } #Optional left padding in points. When null the table style value is used.
public Nullable<Double> Right { get; set; } #Optional right padding in points. When null the table style value is used.
public Nullable<Double> Top { get; set; } #Optional top padding in points. When null the table style value is used.
public Nullable<Double> Bottom { get; set; } #Optional bottom padding in points. When null the table style value is used.