Checks if the document is open.

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

Syntax

C#
public bool IsOpen()
Visual Basic
Public Function IsOpen As Boolean
Visual C++
public:
bool IsOpen()

Return Value

true if the document is open

See Also