Namespace: iTextSharp.text.rtf.headerfooter
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class RtfHeaderFooter : HeaderFooter, 
	IRtfBasicElement, IRtfElementInterface
Visual Basic
Public Class RtfHeaderFooter _
	Inherits HeaderFooter _
	Implements IRtfBasicElement, IRtfElementInterface
Visual C++
public ref class RtfHeaderFooter : public HeaderFooter, 
	IRtfBasicElement, IRtfElementInterface

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Element
    iTextSharp.text..::..Rectangle
      iTextSharp.text..::..HeaderFooter
        iTextSharp.text.rtf.headerfooter..::..RtfHeaderFooter

See Also