Creates a new instance of the SautinSoft.HtmlToRtf.CHeaderFooter class
Namespace:
SautinSoftAssembly: SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19
Syntax
| C# | Visual Basic |
public CHeaderFooter()
Public Sub New
Remarks
Examples
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf(); h.Header.FromRtfFile(@"d:\header.rtf");
Dim h As New SautinSoft.HtmlToRtf() h.Header.FromRtfFile("d:\header.rtf")