HtmlToRtfBorderVisibility Enumeration |
Specifies border visibility for all tables in the resulted document.
Namespace: SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2024.8.20
Syntax public enum BorderVisibility
Public Enumeration BorderVisibility
Members Member name | Value | Description |
---|
Visible | 0 |
Set the all borders for all tables in the document visible: solid 1px black.
|
Hidden | 1 |
Set the all borders for all tables in the document invisible.
|
SameAsOriginalHtml | 2 |
Default value: Set all table borders the same as in input HTML document.
|
See Also