Represents possible output format
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public enum eOutputFormat
Public Enumeration eOutputFormat
public enum eOutputFormat
Members
| Member | Description |
|---|---|
| HTML_32 |
plain HTML 3.2 format
|
| HTML_401 |
HTML 4.01 with CSS
|
| XHTML_10 |
XHTML 1.0 with CSS
|
| Text |
plain Text, supports Unicode
|