Represents type of produced HTML: complete HTML or only between tags <body>...</body>
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public enum eHtmlParts
Public Enumeration eHtmlParts
public enum eHtmlParts
Members
| Member | Description |
|---|---|
| Html_completely |
Produce complete HTML document
|
| Html_body |
Produce HTML only between tags <body>...</body>
|