Specify the component to produce only some parts of HTML document

Namespace:  SautinSoft
Assembly:  SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0

Syntax

         
 C#  Visual Basic  J# 
public eHtmlParts HtmlParts { get; set; }
Public Property HtmlParts As eHtmlParts
/** @property */
public eHtmlParts get_HtmlParts()
/** @property */
public  void set_HtmlParts(eHtmlParts value)

See Also