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

Syntax

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

Inheritance Hierarchy

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

See Also