Signals that the Document was closed and that no other Elements will be added.

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

Syntax

C#
void Close()
Visual Basic
Sub Close
Visual C++
void Close()

Remarks

The output stream of every writer implementing IDocListener will be closed.

See Also