Set custom visibility for table borders
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
public enum eBorderVisibility
Public Enumeration eBorderVisibility
Members
| Member | Description |
|---|---|
| Visible |
Set all table borders visible: solid 1px black
|
| Hidden |
Set all table borders invisible
|
| SameAsOriginalHtml |
Default value: Set all table borders the same as in HTML
|
Remarks