Set single cell padding for all tables
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
Remarks
By default the TableCellPadding is set to -1, converter will use the same cell paddings as in original HTML document.
If you want to set custom cell padding, set any value from 0 ..10.

If you want to set custom cell padding, set any value from 0 ..10.

Examples
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf(); h.TableCellPadding = 2;
Dim h As New SautinSoft.HtmlToRtf() h.TableCellPadding = 2