Click or drag to resize

HtmlToRtfBorderVisibility Enumeration

Specifies border visibility for all tables in the resulted document.

Namespace: SautinSoft
Assembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 2023.12.6
Syntax
public enum BorderVisibility
Members
Member nameValueDescription
Visible0 Set the all borders for all tables in the document visible: solid 1px black.
Hidden1 Set the all borders for all tables in the document invisible.
SameAsOriginalHtml2 Default value: Set all table borders the same as in input HTML document.
See Also