Gets the Paragraph that can be used as header or footer.

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

Syntax

C#
public Paragraph Paragraph { get; }
Visual Basic
Public ReadOnly Property Paragraph As Paragraph
	Get
Visual C++
public:
property Paragraph^ Paragraph {
	Paragraph^ get ();
}

Return Value

a Paragraph

See Also