Class which allows to specify a single font color for produced HTML
Namespace:
SautinSoftAssembly: SautinSoft.RtfToHtml (in SautinSoft.RtfToHtml.dll) Version: 3.0.2.0
Syntax
| C# | Visual Basic | J# |
public class CFontColor
Public Class CFontColor
public class CFontColor
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| CTextStyle..::.CFontColor()()() |
Constructor of the CTextStyle..::.CFontColor class
| |
| Auto()()() |
Use the same colors as in RTF document
| |
| GetRGB(Int32%, Int32%, Int32%) |
Get color value in RGB
| |
| SetRGB(Int32, Int32, Int32) |
Set a single font color for all text in HTML document
|