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

Collapse imageSyntax

C#
protected void WriteSection(
	Section section,
	int indent
)
Visual Basic
Protected Sub WriteSection ( _
	section As Section, _
	indent As Integer _
)
Visual C++
protected:
void WriteSection(
	Section^ section, 
	int indent
)

Parameters

section
Type: iTextSharp.text..::..Section
indent
Type: System..::..Int32

Collapse imageSee Also