Gets the Paragraph that can be used as header or footer.
Namespace: iTextSharp.textAssembly: 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 (); } |