Class which allows to specify a single font color for produced HTML

Namespace:  SautinSoft
Assembly:  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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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

Inheritance Hierarchy

System..::.Object
  SautinSoft..::.CTextStyle..::.CFontColor

See Also