Make CSS saved as inline, for example <span style=".....">. If this property set to 'false', styles will be saved between <style>...</style> tags.

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

Syntax

         
 C#  Visual Basic  J# 
public bool InlineCSS { get; set; }
Public Property InlineCSS As Boolean
/** @property */
public boolean get_InlineCSS()
/** @property */
public  void set_InlineCSS(boolean value)

See Also