Creates a new instance of the SautinSoft.HtmlToRtf.CHeaderFooter class

Namespace:  SautinSoft
Assembly:  SautinSoft.HtmlToRtf (in SautinSoft.HtmlToRtf.dll) Version: 4.6.10.19

Syntax

      
 C#  Visual Basic 
public CHeaderFooter()
Public Sub New

Remarks



Examples

CopyC#
SautinSoft.HtmlToRtf h = new SautinSoft.HtmlToRtf();
h.Header.FromRtfFile(@"d:\header.rtf");
CopyVB.NET
Dim h As New SautinSoft.HtmlToRtf()
h.Header.FromRtfFile("d:\header.rtf")

See Also