Specify single font size for all document, otherwise font sizes will be as in RTF

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

Syntax

         
 C#  Visual Basic  J# 
public int FontSize { get; set; }
Public Property FontSize As Integer
/** @property */
public int get_FontSize()
/** @property */
public  void set_FontSize(int value)

See Also