iTextSharp.tool.xml.pipeline.html.HtmlPipeline.HtmlPipeline C# (CSharp) Method

HtmlPipeline() public method

public HtmlPipeline ( HtmlPipelineContext hpc, IPipeline next ) : System
hpc HtmlPipelineContext
next IPipeline
return System
        public HtmlPipeline(HtmlPipelineContext hpc, IPipeline next)
            : base(next)
        {
            this.hpc = hpc;
        }