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

Syntax

C#
public MarkedSection AddSection(
	float indentation,
	int numberDepth
)
Visual Basic
Public Function AddSection ( _
	indentation As Single, _
	numberDepth As Integer _
) As MarkedSection
Visual C++
public:
MarkedSection^ AddSection(
	float indentation, 
	int numberDepth
)

Parameters

indentation
Type: System..::..Single
numberDepth
Type: System..::..Int32

See Also