Namespace: iTextSharp.text.htmlAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| 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
) |
See Also