Class which allows to specify header and footer in HTML, RTF or Text formats
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
public class CHeaderFooter
Public Class CHeaderFooter
Members
| All Members | Constructors | Methods |
| Member | Description | |
|---|---|---|
| HtmlToRtf..::.CHeaderFooter()()() |
Creates a new instance of the SautinSoft.HtmlToRtf.CHeaderFooter class
| |
| FromHtmlFile(String) |
Set header/footer from any HTML file
| |
| FromHtmlURL(String) |
Set header/footer from any URL
| |
| FromRtfFile(String) |
Set header/footer from local RTF file
| |
| Html(String) |
Set header/footer from any HTML string
| |
| Rtf(String) | ||
| Text(String) |
Set simple text string in header/footer
|
Remarks