iTextSharp.text.xml.ITextHandler.ITextHandler C# (CSharp) Method

ITextHandler() public method

Constructs a new iTextHandler that will translate all the events triggered by the parser to actions on the Document-object.
public ITextHandler ( IDocListener document ) : System
document IDocListener this is the document on which events must be triggered
return System
        public ITextHandler(IDocListener document) : base() {
            this.document = document;
            stack = new Stack();
        }

Same methods

ITextHandler::ITextHandler ( IDocListener document, Hashtable myTags ) : System
ITextHandler::ITextHandler ( IDocListener document, HtmlTagMap myTags ) : System
ITextHandler::ITextHandler ( IDocListener document, HtmlTagMap myTags, BaseFont bf ) : System