Initializes a new instance of the RtfHeaderFooter class
Namespace: iTextSharp.text.rtf.headerfooterAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected internal RtfHeaderFooter( RtfDocument doc, HeaderFooter headerFooter, int type, int displayAt ) |
Visual Basic |
---|
Protected Friend Sub New ( _ doc As RtfDocument, _ headerFooter As HeaderFooter, _ type As Integer, _ displayAt As Integer _ ) |
Visual C++ |
---|
protected public: RtfHeaderFooter( RtfDocument^ doc, HeaderFooter^ headerFooter, int type, int displayAt ) |
Parameters
- headerFooter
- Type: iTextSharp.text..::..HeaderFooter
- type
- Type: System..::..Int32
- displayAt
- Type: System..::..Int32