Removes a IDocListener from the Document.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void RemoveIDocListener( IDocListener listener ) |
Visual Basic |
---|
Public Sub RemoveIDocListener ( _ listener As IDocListener _ ) |
Visual C++ |
---|
public: void RemoveIDocListener( IDocListener^ listener ) |
Parameters
- listener
- Type: iTextSharp.text..::..IDocListener
the IDocListener that has to be removed.