Represents type of produced HTML: complete HTML or only between tags <body>...</body>

Namespace:  SautinSoft
Assembly:  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

MemberDescription
Html_completely
Produce complete HTML document
Html_body
Produce HTML only between tags <body>...</body>

See Also