AttributeObject.SetTableCellPadding
Overloads
SetTableCellPadding() | Sets a table cell padding Attribute to the AttributeObject with default value. |
SetTableCellPadding(Single) | Sets a table cell padding Attribute to the AttributeObject . |
SetTableCellPadding(Single, Single, Single, Single) | Sets a table cell padding Attribute to the AttributeObject . |
SetTableCellPadding()
Sets a table cell padding Attribute to the AttributeObject with default value.
public void SetTableCellPadding()
Sub SetTableCellPadding()
Licensing Info
This method 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.
SetTableCellPadding(Single)
Sets a table cell padding Attribute to the AttributeObject .
public void SetTableCellPadding(float allEdges)
Sub SetTableCellPadding(allEdges As Single)
Parameters
Licensing Info
This method 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.
SetTableCellPadding(Single, Single, Single, Single)
Sets a table cell padding Attribute to the AttributeObject .
public void SetTableCellPadding(float beforeEdge, float afterEdge, float startEdge, float endEdge)
Sub SetTableCellPadding(beforeEdge As Single, afterEdge As Single, startEdge As Single, endEdge As Single)
Parameters
- beforeEdge
- Single
Value of the before edge.
- afterEdge
- Single
Value of the after edge.
- startEdge
- Single
Value of the start edge.
- endEdge
- Single
Value of the end edge.
Licensing Info
This method 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.