PdfTableStyle
CellPadding Property
|
Gets or sets the cell padding.
Namespace:
Spire.Pdf.Tables
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float CellPadding { get; set; }
Public Property CellPadding As Single
Get
Set
public:
property float CellPadding {
float get ();
void set (float value);
}
member CellPadding : float32 with get, set
Property Value
Type:
Single
See Also