Opens the document.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual void Open() |
Visual Basic |
---|
Public Overridable Sub Open |
Visual C++ |
---|
public: virtual void Open() |
Implements
IDocListener..::..Open()()()()
Remarks
Once the document is opened, you can't write any Header- or Meta-information
anymore. You have to open the document before you can begin to add content
to the body of the document.