The RtfToHtml type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
DestFile
This property is necessary when you convert RTF string to HTML string and want to see a relative path inside <img src="...."> tag
Encoding
Set encoding for output HTML
HtmlParts
Specify the component to produce only some parts of HTML document
ImageStyle
Image properties and actions: quality, name, where to store images etc
OutputFormat
Specify output format: HTML_32, HTML_401, XHTML_10 or Text
Serial
A string which contains a serial number to activate your copy after purchasing. Use it when you got own serial number and registered version.
TableStyle
Specify table properties for output HTML document: borders and width
TagStyle
Specify default tag for paragraphs: 'p' or 'div'
TextStyle
Specify properties for output HTML: title, alignment, default font, color, size, name for CSS styles, etc
UseHtmlSymbols
This property forces the component to save special symbols in such format: &#xxx;

See Also