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

Syntax

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

See Also