Close off the encrypted object - this is equivalent to calling Close() on the stream returned by the Open() method.
Note: This does not close the underlying output stream, only the stream on top of it created by the Open() method.
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public void Close() |
| Visual Basic |
|---|
Public Sub Close |
| Visual C++ |
|---|
public: virtual void Close() sealed |