iTextSharp.text.pdf.parser.PdfContentStreamProcessor.PdfContentStreamProcessor C# (CSharp) Method

PdfContentStreamProcessor() public method

public PdfContentStreamProcessor ( IRenderListener renderListener ) : System
renderListener IRenderListener
return System
        public PdfContentStreamProcessor(IRenderListener renderListener)
        {
            this.renderListener = renderListener;
            operators = new Dictionary<String, IContentOperator>();
            PopulateOperators();
            xobjectDoHandlers = new Dictionary<PdfName, IXObjectDoHandler>();
            PopulateXObjectDoHandlers();
            Reset();
        }