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

Syntax

C#
public virtual void OnSection(
	PdfWriter writer,
	Document document,
	float paragraphPosition,
	int depth,
	Paragraph title
)
Visual Basic
Public Overridable Sub OnSection ( _
	writer As PdfWriter, _
	document As Document, _
	paragraphPosition As Single, _
	depth As Integer, _
	title As Paragraph _
)
Visual C++
public:
virtual void OnSection(
	PdfWriter^ writer, 
	Document^ document, 
	float paragraphPosition, 
	int depth, 
	Paragraph^ title
)

Implements

IPdfPageEvent..::..OnSection(PdfWriter, Document, Single, Int32, Paragraph)

See Also